diff --git a/schemas/Composer.json b/schemas/Composer.json index 3bdd1cc..1542a49 100644 --- a/schemas/Composer.json +++ b/schemas/Composer.json @@ -25,6 +25,10 @@ "description": "Whether this message it's a shared location.", "type": "boolean" }, + "isPoll": { + "description": "Whether this message is a poll.", + "type": "boolean" + }, "locationType": { "description": "The type of the shared location", "type": "string", diff --git a/schemas/MobileScreen.json b/schemas/MobileScreen.json index 4389fde..2d769fe 100644 --- a/schemas/MobileScreen.json +++ b/schemas/MobileScreen.json @@ -64,7 +64,8 @@ {"const": "Invites", "description": "Room accessed via space bottom sheet list."}, {"const": "CreateSpace", "description": "The screen shown to create a new space."}, {"const": "LocationSend", "description": "The screen shown to share location."}, - {"const": "LocationView", "description": "The screen shown to view a shared location."} + {"const": "LocationView", "description": "The screen shown to view a shared location."}, + {"const": "CreatePollView", "description": "The screen shown to create or edit a poll."} ] }, "durationMs": {