mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
show m.room.names
This commit is contained in:
parent
80c04048d0
commit
d315e4afcd
@ -30,6 +30,7 @@ var eventTileTypes = {
|
|||||||
'm.call.invite' : 'molecules.EventAsTextTile',
|
'm.call.invite' : 'molecules.EventAsTextTile',
|
||||||
'm.call.answer' : 'molecules.EventAsTextTile',
|
'm.call.answer' : 'molecules.EventAsTextTile',
|
||||||
'm.call.hangup' : 'molecules.EventAsTextTile',
|
'm.call.hangup' : 'molecules.EventAsTextTile',
|
||||||
|
'm.room.name' : 'molecules.EventAsTextTile',
|
||||||
'm.room.topic' : 'molecules.EventAsTextTile',
|
'm.room.topic' : 'molecules.EventAsTextTile',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user