expose inviter user id
This commit is contained in:
parent
a95df54978
commit
32d9f6e830
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue