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

@ -37,7 +37,7 @@ class EmojiReactService < BaseService
create_notification
notify_to_followers
increment_statistics
write_stream! if Setting.streaming_emoji_reaction
write_stream! if Setting.streaming_local_emoji_reaction
@emoji_reaction
end