Add dialog to navigate long room topics (#8517)
This commit is contained in:
parent
e0415d0123
commit
fdd5494402
13 changed files with 347 additions and 41 deletions
|
@ -313,4 +313,9 @@ export enum Action {
|
|||
* logs. Fires with no payload.
|
||||
*/
|
||||
DumpDebugLogs = "dump_debug_logs",
|
||||
|
||||
/**
|
||||
* Show current room topic
|
||||
*/
|
||||
ShowRoomTopic = "show_room_topic"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue