fix: remove redundant encoding check from push notification body validation

This commit is contained in:
2025-06-06 10:09:37 +00:00
-1
View File
@@ -33,7 +33,6 @@ class PushView(BaseFormView):
if not all(
[
"encoding" in body,
"endpoint" in body,
"keys" in body,
"p256dh" in body["keys"],