Fix note references not working
This commit is contained in:
parent
443e95d54b
commit
b78ee07af3
2 changed files with 2 additions and 2 deletions
|
@ -248,7 +248,7 @@ class ActivityPub::TagManager
|
|||
[]
|
||||
end
|
||||
|
||||
searchable_by.concat(mentions_uris(status))
|
||||
searchable_by.concat(mentions_uris(status)).compact
|
||||
end
|
||||
|
||||
def account_searchable_by(account)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue