From 9ce98051570217a9d17d3a392541889eef03f027 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 18 Aug 2023 13:32:01 +0100 Subject: [PATCH] Add events for new screens in react-sdk --- schemas/WebScreen.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/schemas/WebScreen.json b/schemas/WebScreen.json index 2b04bc5..e1be7e9 100644 --- a/schemas/WebScreen.json +++ b/schemas/WebScreen.json @@ -55,7 +55,9 @@ {"const": "RoomSettingsBridges", "description": "Labs: Screen showing Room Settings Bridges Tab."}, {"const": "RoomSettingsAdvanced", "description": "Screen showing Room Settings Advanced Tab."}, {"const": "UnifiedSearch", "description": "Screen showing the new unified search modal (Project Spotlight)."}, - {"const": "FavouriteMessages", "description": "Screen showing all messages that have been added to favourites."} + {"const": "FavouriteMessages", "description": "Screen showing all messages that have been added to favourites."}, + {"const": "ConfirmStartup", "description": "Screen showing that the app is already running in another window."}, + {"const": "SessionLockStolen", "description": "Screen showing that the app has been started in another window."} ] }, "durationMs": {