Fix serialization of quote post notification groups (#35670)
This commit is contained in:
@@ -24,7 +24,7 @@ class REST::NotificationGroupSerializer < ActiveModel::Serializer
|
||||
end
|
||||
|
||||
def status_type?
|
||||
[:favourite, :reblog, :status, :mention, :poll, :update].include?(object.type)
|
||||
[:favourite, :reblog, :status, :mention, :poll, :update, :quote].include?(object.type)
|
||||
end
|
||||
|
||||
def report_type?
|
||||
|
||||
Reference in New Issue
Block a user