Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: - `package.json`: Not really a conflict, just some glitch-soc-specific dependency too close to an upstream-updated one.
This commit is contained in:
@@ -52,6 +52,6 @@ class REST::RelationshipSerializer < ActiveModel::Serializer
|
||||
end
|
||||
|
||||
def note
|
||||
(instance_options[:relationships].account_note[object.id] || {})[:comment]
|
||||
(instance_options[:relationships].account_note[object.id] || {})[:comment] || ''
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user