diff options
author | richvdh <richvdh@users.noreply.github.com> | 2022-01-17 14:55:58 +0000 |
---|---|---|
committer | richvdh <richvdh@users.noreply.github.com> | 2022-01-17 14:55:58 +0000 |
commit | 62381195e759075bfe969476796dfc40c20a5e4f (patch) | |
tree | b8233f5a48ed71ea478eec9d40d5f6f12998e26f /develop/usage | |
parent | deploy: b0352f9c08a16bf6c2abf4eeb014774f59e69458 (diff) | |
download | synapse-62381195e759075bfe969476796dfc40c20a5e4f.tar.xz |
deploy: 86615aa965a04dc4c16ff28ee5b82cbe65a83530
Diffstat (limited to 'develop/usage')
-rw-r--r-- | develop/usage/configuration/homeserver_sample_config.html | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html index 50d061dfa0..86db0de63b 100644 --- a/develop/usage/configuration/homeserver_sample_config.html +++ b/develop/usage/configuration/homeserver_sample_config.html @@ -1695,10 +1695,18 @@ room_prejoin_state: #additional_event_types: # - org.example.custom.event.type -# 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. +# We record the IP address of clients used to access the API for various +# reasons, including displaying it to the user in the "Where you're signed in" +# dialog. +# +# By default, when puppeting another user via the admin API, the client IP +# address is recorded against the user who created the access token (ie, the +# admin user), and *not* the puppeted user. +# +# Uncomment the following to also record the IP address against the puppeted +# user. (This also means that the puppeted user will count as an "active" user +# for the purpose of monthly active user tracking - see 'limit_usage_by_mau' etc +# above.) # #track_puppeted_user_ips: true |