1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

Show changes to related groups (flair) in the timeline

This commit is contained in:
Travis Ralston
2019-02-21 17:03:15 -07:00
parent 96eeab23af
commit 003d0eb0bf
3 changed files with 35 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ const stateEventTileTypes = {
'm.room.tombstone': 'messages.TextualEvent',
'm.room.join_rules': 'messages.TextualEvent',
'm.room.guest_access': 'messages.TextualEvent',
'm.room.related_groups': 'messages.TextualEvent',
};
function getHandlerTile(ev) {