fix emoji reactions
This commit is contained in:
parent
a41aaf1228
commit
6d95851556
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ const EmojiReactions = {
|
|||
},
|
||||
async fetchEmojiReactionsIfMissing() {
|
||||
const hasNoAccounts = this.status.emoji_reactions.find((r) => !r.accounts)
|
||||
if (!hasNoAccounts) {
|
||||
if (hasNoAccounts) {
|
||||
return await useStatusesStore().fetchEmojiReactions(this.status.id)
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue