mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-01 16:46:10 -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">
|
<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…
Reference in New Issue
Block a user