Merge branch 'kb_development' into upstream-20231021
This commit is contained in:
commit
b992e673c7
25 changed files with 667 additions and 114 deletions
|
@ -399,6 +399,7 @@ class Account < ApplicationRecord
|
|||
|
||||
def allow_emoji_reaction?(account)
|
||||
return false if account.nil?
|
||||
return true unless local? || account.local?
|
||||
|
||||
show_emoji_reaction?(account)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue