Fix searchable status without explicitly mentioning it (#13829)
This commit is contained in:
@ -139,7 +139,7 @@ class Status < ApplicationRecord
|
||||
ids << account_id if local?
|
||||
|
||||
if preloaded.nil?
|
||||
ids += mentions.where(account: Account.local).pluck(:account_id)
|
||||
ids += mentions.where(account: Account.local, silent: false).pluck(:account_id)
|
||||
ids += favourites.where(account: Account.local).pluck(:account_id)
|
||||
ids += reblogs.where(account: Account.local).pluck(:account_id)
|
||||
ids += bookmarks.where(account: Account.local).pluck(:account_id)
|
||||
|
Reference in New Issue
Block a user