Skip to content

Commit

Permalink
Fix account searchability
Browse files Browse the repository at this point in the history
kmycode committed Sep 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 91a2dc8 commit a94959a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/activitypub/tag_manager.rb
Original file line number Diff line number Diff line change
@@ -273,7 +273,7 @@ def account_searchable_by(account)
when 'limited'
['as:Limited', 'kmyblue:Limited']
else
[]
[account_url(account)]
end
end

0 comments on commit a94959a

Please sign in to comment.