Fix account searchability

This commit is contained in:
KMY 2024-09-10 07:25:17 +09:00
parent 91a2dc81c4
commit a94959a35f

View file

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