textual event for m.room.encryption

This commit is contained in:
Matthew Hodgson 2016-09-15 17:01:02 +01:00
parent db66d728c9
commit 1899d61893
2 changed files with 16 additions and 9 deletions

View file

@ -47,6 +47,7 @@ var eventTileTypes = {
'm.room.topic' : 'messages.TextualEvent',
'm.room.third_party_invite' : 'messages.TextualEvent',
'm.room.history_visibility' : 'messages.TextualEvent',
'm.room.encryption' : 'messages.TextualEvent',
};
var MAX_READ_AVATARS = 5;