Remove additional emoji reaction setting

This commit is contained in:
KMY 2023-09-03 10:29:18 +09:00
parent bd87415996
commit 9641e0d2c6
2 changed files with 1 additions and 4 deletions

View file

@ -68,7 +68,7 @@ module HasUserSettings
end
def setting_emoji_reaction_streaming_notify_impl2
settings['emoji_reaction_streaming_notify_impl2']
false
end
def setting_unfollow_modal

View file

@ -51,9 +51,6 @@
.fields-group
= ff.input :default_sensitive, wrapper: :with_label, label: I18n.t('simple_form.labels.defaults.setting_default_sensitive'), hint: I18n.t('simple_form.hints.defaults.setting_default_sensitive')
.fields-group
= ff.input :emoji_reaction_streaming_notify_impl2, as: :boolean, wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_emoji_reaction_streaming_notify_impl2'), hint: I18n.t('simple_form.hints.defaults.setting_emoji_reaction_streaming_notify_impl2')
%h4= t 'preferences.public_timelines'
.fields-group