forked from mastodon/mastodon
-
-
Notifications
You must be signed in to change notification settings - Fork 8
購読許可API
KMY(雪あすか) edited this page May 1, 2024
·
6 revisions
※バージョン14または次回LTSの早い方で購読許可機能自体を廃止するため、このAPIも廃止となります
account
オブジェクトに以下のプロパティが追加されています。
{
"subscribable": "【非推奨】(論理値)trueであればアンテナを含む全ての購読機能への掲載を明示的に許可する",
"dissubscribable": "[廃止](論理値)trueであればアンテナを含む全ての購読機能への掲載を拒否する",
"other_settings": {
"subscription_policy": "(allow|followers_only|block) 購読許可する対象"
}
}
subscribable
プロパティは、subscription_policy
プロパティに置き換えられます。subscribable
プロパティは、subscription_policy = allow
のときにのみtrue
を返します。