Fixed displayname resolution of emote sender

This commit is contained in:
Emmanuel ROHEE 2014-09-12 17:01:49 +02:00
parent a2cd942a95
commit 6c81752e46

View file

@ -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>