Right panel: view third party invite info without clearing history (#11934)

* add View3pidInvite to actions enum, replace uses

* extract out action handler

* push card instead, test

* comment
This commit is contained in:
Kerry 2023-11-28 11:30:57 +13:00 committed by GitHub
parent fbd64d37f2
commit 0bbb9e8c89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 124 additions and 10 deletions

View file

@ -376,4 +376,9 @@ export enum Action {
* Fired when the room loaded.
*/
RoomLoaded = "room_loaded",
/**
* Opens right panel with 3pid invite information
*/
View3pidInvite = "view_3pid_invite",
}