Fix: 他サーバーに配信するローカル公開投稿の検索許可が強制的にフォロワーのみになる問題

This commit is contained in:
KMY 2023-10-05 19:45:37 +09:00
parent a202f8b020
commit a742394b22

View file

@ -437,8 +437,6 @@ class Status < ApplicationRecord
end
def compute_searchability_activitypub
return 'private' if public_unlisted_visibility? && public_searchability?
compute_searchability
end