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

View File

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