0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-22 20:48:20 +02:00

BF: Show "Bob invited you" in recents when Bob invites the user

This commit is contained in:
Emmanuel ROHEE 2014-09-05 14:55:17 +02:00
parent 6baaa18224
commit c407ed070c

View file

@ -16,7 +16,11 @@
<tr>
<td colspan="2" class="recentsRoomSummary">
<div ng-hide="room.membership === 'invite'" ng-switch="room.lastMsg.type" >
<div ng-show="room.membership === 'invite'">
{{ room.lastMsg.inviter | mUserDisplayName: room.room_id }} invited you
</div>
<div ng-hide="room.membership === 'invite'" ng-switch="room.lastMsg.type">
<div ng-switch-when="m.room.member">
<span ng-if="'join' === room.lastMsg.content.membership">
{{ room.lastMsg.state_key | mUserDisplayName: room.room_id}} joined