mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
expose inviter user id
This commit is contained in:
parent
a95df54978
commit
32d9f6e830
@ -137,6 +137,10 @@ class RoomMemberViewModel {
|
|||||||
this._platform = platform;
|
this._platform = platform;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get id() {
|
||||||
|
return this._member.userId;
|
||||||
|
}
|
||||||
|
|
||||||
get name() {
|
get name() {
|
||||||
return this._member.name;
|
return this._member.name;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user