forked from mastodon/mastodon
-
-
Notifications
You must be signed in to change notification settings - Fork 8
ユーザー追加設定API
KMY(雪あすか) edited this page Dec 17, 2023
·
7 revisions
account
オブジェクトに以下のプロパティが追加されています。
{
"other_settings": "(オブジェクト)ユーザーの追加設定"
}
ここにおける追加設定について、kmyblueが認知しているプロパティは以下のとおりです。以下以外にも、他のサーバーのアカウントに関しては意図しないプロパティが含まれる場合があります。
{
"noindex": "(論理値)trueなら検索エンジンへの掲載を拒否する",
"noai": "(論理値)trueならコンテンツのAI利用を拒否する",
"hide_statuses_count": "(論理値)trueなら投稿数を隠す",
"hide_following_count": "(論理値)trueならフォロー数を隠す",
"hide_followers_count": "(論理値)trueならフォロワー数を隠す",
"hide_network": "(論理値)trueならフォロー・フォロワー一覧を隠す",
"emoji_reaction_policy": "(列挙値)allow:全員に許可、block:全員禁止、outside_only:片思い・両思いに許可、followees_only:自分のフォロー相手のみに許可、followers_only:自分のフォロワーに許可、mutuals_only:相互のみに許可、block_and_hide:全員禁止のうえで既存のものも全て隠す",
"translatable_private": "(論理値)trueなら非公開投稿の翻訳を許可する"
}