1
0

fix: return empty emoji list for polls for masto app

This commit is contained in:
Mar0xy
2023-09-25 16:08:31 +02:00
parent dd72610daa
commit 607a3e7427
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -9,5 +9,6 @@ namespace Entity {
votes_count: number
options: Array<PollOption>
voted: boolean
emojis?: []
}
}