Remove emoji reaction from fedibird_capabilities and setting pages when disabled
This commit is contained in:
parent
04418d5b01
commit
35c2bb9f44
9 changed files with 20 additions and 40 deletions
|
@ -7,6 +7,8 @@ class DeliveryEmojiReactionWorker
|
|||
include AccountScope
|
||||
|
||||
def perform(payload_json, status_id, reacted_account_id)
|
||||
return unless Setting.enable_emoji_reaction
|
||||
|
||||
status = Status.find(status_id)
|
||||
reacted_account = Account.find(reacted_account_id)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue