Display emotes in the recents list

paul/schema_breaking_changes
Emmanuel ROHEE 2014-08-29 09:49:03 +02:00
parent 96baf62e7a
commit 9b2cb41dcf
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@
{{ room.lastMsg.user_id }} sent an image
</div>
<div ng-switch-when="m.emote">
<span ng-bind-html="'* ' + (room.lastMsg.user_id) + ' ' + room.lastMsg.content.body | linky:'_blank'">
</span>
</div>
<div ng-switch-default>
{{ room.lastMsg.content }}
</div>