Skip to content
Snippets Groups Projects
Commit 4e14e38b authored by David Baker's avatar David Baker
Browse files

Just show 'Call' for call events. Don't just splat out the content of the...

Just show 'Call' for call events. Don't just splat out the content of the event for other events: it's rarely going to be sesnible.
parent 468d94c9
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,9 @@
</div>
<div ng-switch-default>
{{ room.lastMsg }}
<div ng-if="room.lastMsg.type.indexOf('m.call.') == 0">
Call
</div>
</div>
</div>
</td>
......
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