show m.room.names

pull/296/head
Matthew Hodgson 2015-10-30 02:06:34 +00:00
parent 80c04048d0
commit d315e4afcd
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ var eventTileTypes = {
'm.call.invite' : 'molecules.EventAsTextTile',
'm.call.answer' : 'molecules.EventAsTextTile',
'm.call.hangup' : 'molecules.EventAsTextTile',
'm.room.name' : 'molecules.EventAsTextTile',
'm.room.topic' : 'molecules.EventAsTextTile',
};