mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-20 04:24:19 -05:00
BF: inviter field has moved to the room root object
This commit is contained in:
parent
a9da2ec895
commit
76217890c0
@ -22,7 +22,7 @@
|
||||
<td colspan="3" class="recentsRoomSummary">
|
||||
|
||||
<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 ng-hide="room.membership === 'invite'" ng-switch="room.lastMsg.type">
|
||||
|
Loading…
Reference in New Issue
Block a user