Remove additional emoji reaction setting
This commit is contained in:
parent
bd87415996
commit
9641e0d2c6
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue