Render a tile for tombstone events
Fixes https://github.com/vector-im/riot-web/issues/7997 This isn't super elegant, but it also provides some amount of utility for people. As users might leave the old room, it might be useful to see when exactly a room was upgraded. We should fix the underlying cause for infinite back pagination though.
This commit is contained in:
parent
e9226cdff8
commit
e24d3cd671
3 changed files with 8 additions and 0 deletions
|
@ -62,6 +62,7 @@ const stateEventTileTypes = {
|
|||
'm.room.pinned_events': 'messages.TextualEvent',
|
||||
'm.room.server_acl': 'messages.TextualEvent',
|
||||
'im.vector.modular.widgets': 'messages.TextualEvent',
|
||||
'm.room.tombstone': 'messages.TextualEvent',
|
||||
};
|
||||
|
||||
function getHandlerTile(ev) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue