Add 'silent' to HTML5_SHOWNOTIFICATION_PARAMETERS (#135709)

This commit is contained in:
Redge 2025-01-17 09:16:45 +01:00 committed by GitHub
parent bd91cc4bdc
commit 76cdfe861c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,6 +154,7 @@ HTML5_SHOWNOTIFICATION_PARAMETERS = (
"tag",
"timestamp",
"vibrate",
"silent",
)