Fix account searchability

This commit is contained in:
KMY 2024-09-10 07:25:17 +09:00
parent 099182e073
commit 9b9458f436

View file

@ -273,7 +273,7 @@ class ActivityPub::TagManager
when 'limited'
['as:Limited', 'kmyblue:Limited']
else
[]
[account_url(account)]
end
end