From 0672a8403115a92e35bd2fe76d74b28976122298 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 26 Oct 2020 17:55:12 +0000 Subject: [PATCH 1/3] Add 'max_connections' as an understood config file to gcmpushkin --- sygnal/gcmpushkin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sygnal/gcmpushkin.py b/sygnal/gcmpushkin.py index 81473092..a8748031 100644 --- a/sygnal/gcmpushkin.py +++ b/sygnal/gcmpushkin.py @@ -97,6 +97,7 @@ class GcmPushkin(ConcurrencyLimitedPushkin): "type", "api_key", "fcm_options", + "max_connections", } | ConcurrencyLimitedPushkin.UNDERSTOOD_CONFIG_FIELDS def __init__(self, name, sygnal, config, canonical_reg_id_store): From 7da89d529003c161f9542114c01bd06198579f3e Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 26 Oct 2020 18:02:46 +0000 Subject: [PATCH 2/3] Changelog --- changelog.d/157.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/157.bugfix diff --git a/changelog.d/157.bugfix b/changelog.d/157.bugfix new file mode 100644 index 00000000..6e0c8d27 --- /dev/null +++ b/changelog.d/157.bugfix @@ -0,0 +1 @@ +Fix erroneous warning log line when setting the 'max_connections' option in a GCM app config. \ No newline at end of file From 5d3ca6af2ead2c7342c2c1ba89f5d4c646f313dc Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Fri, 11 Dec 2020 12:20:26 +0000 Subject: [PATCH 3/3] Update changelog.d/157.bugfix Co-authored-by: Patrick Cloke --- changelog.d/157.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/157.bugfix b/changelog.d/157.bugfix index 6e0c8d27..df634230 100644 --- a/changelog.d/157.bugfix +++ b/changelog.d/157.bugfix @@ -1 +1 @@ -Fix erroneous warning log line when setting the 'max_connections' option in a GCM app config. \ No newline at end of file +Fix erroneous warning log line when setting the `max_connections` option in a GCM app config.