Skip to content

Commit

Permalink
[WIP] Add tracking for polls
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Romano committed Aug 25, 2023
1 parent 11ff7d1 commit 585cac7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions schemas/Composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion schemas/MobileScreen.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 585cac7

Please sign in to comment.