BF: inviter field has moved to the room root object

pull/4/merge
Emmanuel ROHEE 11 years ago
parent a9da2ec895
commit 76217890c0
  1. 2
      webclient/recents/recents.html

@ -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…
Cancel
Save