Fix direct message emoji reaction delivery error
This commit is contained in:
parent
794f49c5b6
commit
c8d30bed3c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module AccountScope
|
|||
end
|
||||
|
||||
def scope_status_mentioned(status)
|
||||
status.active_mentions.joins(:account).merge(Account.local).select('account_id AS id').reorder(nil)
|
||||
Account.local.where(id: status.active_mentions.select(:account_id)).reorder(nil)
|
||||
end
|
||||
|
||||
# TODO: not work
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue