Fix not searchable in fedibird

This commit is contained in:
KMY 2023-06-01 09:21:23 +09:00
parent c382e94c8d
commit 7e40c6ca4d
2 changed files with 5 additions and 1 deletions

View file

@ -530,6 +530,10 @@ class Account < ApplicationRecord
save!
end
def compute_searchability_activitypub
local? ? 'public' : searchability
end
private
def prepare_contents