forked from MirrorHub/synapse
Display emotes in the recents list
This commit is contained in:
parent
96baf62e7a
commit
9b2cb41dcf
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@
|
||||||
{{ room.lastMsg.user_id }} sent an image
|
{{ room.lastMsg.user_id }} sent an image
|
||||||
</div>
|
</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>
|
<div ng-switch-default>
|
||||||
{{ room.lastMsg.content }}
|
{{ room.lastMsg.content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue