mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
deploy: 904bb04409
This commit is contained in:
parent
ada32d790e
commit
8a9c15f2d8
5 changed files with 20 additions and 17 deletions
|
@ -4617,11 +4617,12 @@ room_prejoin_state:
|
|||
#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
|
||||
|
||||
|
||||
# A list of application service config files to use
|
||||
|
|
|
@ -1503,11 +1503,12 @@ room_prejoin_state:
|
|||
#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
|
||||
|
||||
|
||||
# A list of application service config files to use
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1695,11 +1695,12 @@ room_prejoin_state:
|
|||
#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
|
||||
|
||||
|
||||
# A list of application service config files to use
|
||||
|
|
Loading…
Reference in a new issue