diff options
author | Jason Robinson <jasonr@element.io> | 2022-01-14 16:11:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 14:11:55 +0000 |
commit | 904bb044097a34ff37d06a92da4a1a39f2a9282b (patch) | |
tree | 43c02cfa5a457fe7e34b7c243a5a54f11daba2ee /changelog.d | |
parent | Replace uses of simple_insert_many with simple_insert_many_values. (#11742) (diff) | |
download | synapse-904bb044097a34ff37d06a92da4a1a39f2a9282b.tar.xz |
Fix sample_config.yaml in regards track_puppeted_user_ips (#11749)
* Fix sample_config.yaml in regards track_puppeted_user_ips Closes #11741 Signed-off-by: Jason Robinson <jasonr@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11749.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11749.feature b/changelog.d/11749.feature new file mode 100644 index 0000000000..19dada883b --- /dev/null +++ b/changelog.d/11749.feature @@ -0,0 +1 @@ +Add `track_puppeted_user_ips` config flag to track puppeted user IP addresses. This also includes them in monthly active user counts. |