Fix emoji reaction notification
This commit is contained in:
parent
d3fe6ac7b2
commit
dba5620052
2 changed files with 2 additions and 9 deletions
|
@ -17,7 +17,7 @@ module AccountScope
|
|||
end
|
||||
|
||||
def scope_account_local_followers(account)
|
||||
account.followers_for_local_distribution.select(:id).reorder(nil)
|
||||
account.followers_for_local_distribution.or(Account.where(id: account.id)).select(:id).reorder(nil)
|
||||
end
|
||||
|
||||
def scope_status_mentioned(status)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue