textual event for m.room.encryption
This commit is contained in:
parent
db66d728c9
commit
1899d61893
2 changed files with 16 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue