mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
BF: inviter field has moved to the room root object
This commit is contained in:
parent
a9da2ec895
commit
76217890c0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
<td colspan="3" class="recentsRoomSummary">
|
<td colspan="3" class="recentsRoomSummary">
|
||||||
|
|
||||||
<div ng-show="room.membership === 'invite'">
|
<div ng-show="room.membership === 'invite'">
|
||||||
{{ room.lastMsg.inviter | mUserDisplayName: room.room_id }} invited you
|
{{ room.inviter | mUserDisplayName: room.room_id }} invited you
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div ng-hide="room.membership === 'invite'" ng-switch="room.lastMsg.type">
|
<div ng-hide="room.membership === 'invite'" ng-switch="room.lastMsg.type">
|
||||||
|
|
Loading…
Add table
Reference in a new issue