Merge remote-tracking branch 'origin/kb_patch' into kb_migration
This commit is contained in:
commit
67729767a2
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class REST::StatusSerializer < ActiveModel::Serializer
|
|||
|
||||
relationships.emoji_reaction_allows_map[object.account_id] || false
|
||||
else
|
||||
object.account.show_emoji_reaction?(current_user.account)
|
||||
object.account.show_emoji_reaction?(current_user&.account)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue