Fix emoji reaction notification

This commit is contained in:
KMY 2023-05-29 20:02:38 +09:00
parent d3fe6ac7b2
commit dba5620052
2 changed files with 2 additions and 9 deletions

View file

@ -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)