* #609 ローカルユーザー設定から購読許可を削除 * Fix test * Fix test
This commit is contained in:
parent
ec60b68608
commit
0c37295624
16 changed files with 34 additions and 146 deletions
|
@ -242,17 +242,6 @@ class ActivityPub::TagManager
|
|||
end
|
||||
end
|
||||
|
||||
def subscribable_by(account)
|
||||
case account.subscription_policy
|
||||
when :allow
|
||||
[COLLECTIONS[:public]]
|
||||
when :followers_only
|
||||
[account_followers_url(account)]
|
||||
else
|
||||
[]
|
||||
end
|
||||
end
|
||||
|
||||
def searchable_by(status)
|
||||
searchable_by =
|
||||
case status.compute_searchability_activitypub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue