Skip to content

Commit cfdd65b

Browse files
authored
add mutable_content to fcm (jazzband#582)
1 parent 4d11bb6 commit cfdd65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

push_notifications/gcm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
]
2323
FCM_OPTIONS_KEYS = [
2424
"collapse_key", "priority", "content_available", "delay_while_idle", "time_to_live",
25-
"restricted_package_name", "dry_run"
25+
"restricted_package_name", "dry_run", "mutable_content"
2626
]
2727
FCM_NOTIFICATIONS_PAYLOAD_KEYS = [
2828
"title", "body", "icon", "sound", "badge", "color", "tag", "click_action",

0 commit comments

Comments
 (0)