parent
f30b6f55e2
commit
230c621843
4 changed files with 75 additions and 1 deletions
|
@ -34,7 +34,7 @@ class ActivityPub::Activity::Like < ActivityPub::Activity
|
|||
|
||||
def process_emoji_reaction
|
||||
return if !@original_status.account.local? && !Setting.receive_other_servers_emoji_reaction
|
||||
return if silence_domain? && (!@original_status.local? || !@original_status.account.following?(@account))
|
||||
return if (silence_domain? || @account.silenced?) && (!@original_status.local? || !@original_status.account.following?(@account))
|
||||
|
||||
# custom emoji
|
||||
emoji = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue