mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
Add more data to member interface
This commit is contained in:
parent
ec38337223
commit
243d0e76ff
@ -33,6 +33,8 @@ interface InviteData {
|
||||
interface MemberData {
|
||||
roomId: string
|
||||
userId: string
|
||||
avatarUrl: string
|
||||
displayName: string
|
||||
membership: "join" | "leave" | "invite" | "ban"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user