Skip to content
Snippets Groups Projects
Commit 6c81752e authored by Emmanuel ROHEE's avatar Emmanuel ROHEE
Browse files

Fixed displayname resolution of emote sender

parent a2cd942a
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@
</div>
<div ng-switch-when="m.emote">
<span ng-bind-html="'* ' + (room.lastMsg.user_id) + ' ' + room.lastMsg.content.body | linky:'_blank'">
<span ng-bind-html="'* ' + (room.lastMsg.user_id | mUserDisplayName: room.room_id) + ' ' + room.lastMsg.content.body | linky:'_blank'">
</span>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment