mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-28 11:34:29 +00:00
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.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user