fix: return empty emoji list for polls for masto app
This commit is contained in:
@@ -9,5 +9,6 @@ namespace Entity {
|
||||
votes_count: number
|
||||
options: Array<PollOption>
|
||||
voted: boolean
|
||||
emojis?: []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user