summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorJason Robinson <jasonr@element.io>2022-01-14 16:11:55 +0200
committerGitHub <noreply@github.com>2022-01-14 14:11:55 +0000
commit904bb044097a34ff37d06a92da4a1a39f2a9282b (patch)
tree43c02cfa5a457fe7e34b7c243a5a54f11daba2ee /synapse
parentReplace uses of simple_insert_many with simple_insert_many_values. (#11742) (diff)
downloadsynapse-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 'synapse')
-rw-r--r--synapse/config/api.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/synapse/config/api.py b/synapse/config/api.py

index bdbe9f0fa2..f8e52150a2 100644 --- a/synapse/config/api.py +++ b/synapse/config/api.py
@@ -61,11 +61,12 @@ class ApiConfig(Config): #additional_event_types: # - org.example.custom.event.type - # If enabled, puppeted user IP's can also be tracked. By default when - # puppeting another user, the user who has created the access token - # for puppeting is tracked. If this is enabled, both requests are tracked. - # Implicitly enables MAU tracking for puppeted users. - #track_puppeted_user_ips: false + # By default when puppeting another user, the user who has created the + # access token for puppeting is tracked. If this is enabled, both + # requests are tracked. Implicitly enables MAU tracking for puppeted users. + # Uncomment to also track puppeted user IP's. + # + #track_puppeted_user_ips: true """ % { "formatted_default_state_types": formatted_default_state_types }