Change: #398 管理者設定:スタンプのストリーミングを有効にする設定→ローカルユーザーの絡むスタンプのストリーミングを有効にする (#414)

This commit is contained in:
KMY(雪あすか) 2024-01-04 08:35:47 +09:00 committed by GitHub
parent 37bc3c6171
commit 5d8a9f4757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 12 additions and 14 deletions

View file

@ -35,7 +35,7 @@
= f.input :enable_emoji_reaction, as: :boolean, wrapper: :with_label, kmyblue: true, hint: false
.fields-group
= f.input :streaming_emoji_reaction, as: :boolean, wrapper: :with_label, kmyblue: true
= f.input :streaming_local_emoji_reaction, as: :boolean, wrapper: :with_label, kmyblue: true
.fields-group
= f.input :receive_other_servers_emoji_reaction, as: :boolean, wrapper: :with_label, kmyblue: true