mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-11 20:26:39 -05: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:
parent
468d94c920
commit
4e14e38bd5
1 changed files with 3 additions and 1 deletions
|
|
@ -51,7 +51,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div ng-switch-default>
|
<div ng-switch-default>
|
||||||
{{ room.lastMsg }}
|
<div ng-if="room.lastMsg.type.indexOf('m.call.') == 0">
|
||||||
|
Call
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue