Fix test
This commit is contained in:
parent
d845d1e9fb
commit
2c268e47e7
3 changed files with 7 additions and 0 deletions
|
@ -243,6 +243,10 @@ module User::HasSettings
|
|||
settings['use_public_index']
|
||||
end
|
||||
|
||||
def setting_reverse_search_quote
|
||||
settings['reverse_search_quote']
|
||||
end
|
||||
|
||||
def setting_disallow_unlisted_public_searchability
|
||||
settings['disallow_unlisted_public_searchability']
|
||||
end
|
||||
|
|
|
@ -27,6 +27,7 @@ class UserSettings
|
|||
setting :default_searchability, default: :direct, in: %w(public private direct limited public_unlisted)
|
||||
setting :default_searchability_of_search, default: :public, in: %w(public private direct limited)
|
||||
setting :use_public_index, default: true
|
||||
setting :reverse_search_quote, default: false
|
||||
setting :disallow_unlisted_public_searchability, default: false
|
||||
setting :public_post_to_unlisted, default: false
|
||||
setting :reject_public_unlisted_subscription, default: false
|
||||
|
@ -75,6 +76,7 @@ class UserSettings
|
|||
setting :boost_menu, default: false
|
||||
setting :show_relationships, default: true
|
||||
setting :hide_emoji_reaction_unavailable_server, default: false
|
||||
setting :hide_status_reference_unavailable_server, default: false
|
||||
setting :hide_favourite_menu, default: false
|
||||
setting :hide_emoji_reaction_count, default: false
|
||||
setting :show_avatar_on_filter, default: true
|
||||
|
|
|
@ -79,6 +79,7 @@ en:
|
|||
setting_public_post_to_unlisted: 未対応のサードパーティアプリからもローカル公開で投稿できますが、公開投稿はWeb以外できなくなります
|
||||
setting_reject_send_limited_to_suspects: This applies to "Mutual Only" posts. Circle posts will be delivered without exception. Some Misskey servers have independently supported limited posting, but this is a setting for those who are concerned about it, as mutual-only posting exposes some of the users you are mutual with to Misskey users!
|
||||
setting_reject_unlisted_subscription: Misskey and its forks can **subscribe and search** for "non-following" posts from accounts they do not follow. This differs from kmyblue's behavior. It delivers posts in the specified public range to such servers as "followers only". Please understand, however, that due to its structure, it is difficult to handle perfectly and will occasionally be delivered as non-subscribed.
|
||||
setting_reverse_search_quote: Double-quotes will result in a search with a wider range of notation, which is the opposite of Mastodon's default behavior.
|
||||
setting_show_application: 投稿するのに使用したアプリが投稿の詳細ビューに表示されるようになります
|
||||
setting_stay_privacy: If you choose to enable this setting, please consider manually setting the visibility of the boost
|
||||
setting_stop_emoji_reaction_streaming: Helps to save communication capacity.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue