2
0

Fix serialization of quote post notification groups (#35670)

This commit is contained in:
Claire
2025-08-04 22:58:59 +02:00
committed by GitHub
parent 081d38679f
commit 5318957ab3

View File

@@ -24,7 +24,7 @@ class REST::NotificationGroupSerializer < ActiveModel::Serializer
end end
def status_type? def status_type?
[:favourite, :reblog, :status, :mention, :poll, :update].include?(object.type) [:favourite, :reblog, :status, :mention, :poll, :update, :quote].include?(object.type)
end end
def report_type? def report_type?