Fixed displayname resolution of emote sender

pull/10/head
Emmanuel ROHEE 2014-09-12 17:01:49 +02:00
parent a2cd942a95
commit 6c81752e46
1 changed files with 1 additions and 1 deletions

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>