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

Display emotes in the recents list

parent 96baf62e
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
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