Receive emoji reaction as favourite when emoji reaction is disabled
This commit is contained in:
parent
d1cbffc396
commit
9bec798a80
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class ActivityPub::Activity::Like < ActivityPub::Activity
|
|||
|
||||
return if @original_status.nil? || delete_arrived_first?(@json['id']) || reject_favourite?
|
||||
|
||||
if shortcode.nil?
|
||||
if shortcode.nil? || !Setting.enable_emoji_reaction
|
||||
process_favourite
|
||||
else
|
||||
process_emoji_reaction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue