This commit is contained in:
parent
37bc3c6171
commit
5d8a9f4757
9 changed files with 12 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -15,7 +15,7 @@ class UnEmojiReactService < BaseService
|
|||
|
||||
create_notification(emoji_reaction) if !@status.account.local? && @status.account.activitypub?
|
||||
notify_to_followers(emoji_reaction)
|
||||
write_stream(emoji_reaction) if Setting.streaming_emoji_reaction
|
||||
write_stream(emoji_reaction) if Setting.streaming_local_emoji_reaction
|
||||
|
||||
relay_for_undo_emoji_reaction!(emoji_reaction)
|
||||
relay_friend_for_undo_emoji_reaction!(emoji_reaction)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue