diff --git a/webclient/recents/recents.html b/webclient/recents/recents.html index 6fda6c5c6b0dc0ece492cf6f1aefbf0e6e3c9fbd..3f025a98d88b9a6a64a20947768ded82a662c60a 100644 --- a/webclient/recents/recents.html +++ b/webclient/recents/recents.html @@ -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>