Fix note references not working

This commit is contained in:
KMY 2023-09-19 23:29:33 +09:00
parent 443e95d54b
commit b78ee07af3
2 changed files with 2 additions and 2 deletions

View file

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