Fix buttons of widget in a room (#12288)
* Revert 3acd648
- Fix timeline position when moving to a room and coming back
* Fix initialEventId
This commit is contained in:
parent
28f7aac9a5
commit
494d9de6f0
5 changed files with 35 additions and 14 deletions
|
@ -374,6 +374,11 @@ export enum Action {
|
|||
*/
|
||||
OpenSpotlight = "open_spotlight",
|
||||
|
||||
/**
|
||||
* Fired when the room loaded.
|
||||
*/
|
||||
RoomLoaded = "room_loaded",
|
||||
|
||||
/**
|
||||
* Opens right panel with 3pid invite information
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue