mirror of
https://github.com/matrix-org/synapse.git
synced 2026-05-05 04:06:30 +02:00
deploy: 2560b1b6b2f74b5724253396c0e3665fa1f7968c
This commit is contained in:
parent
9a763ed9a3
commit
7de6e7a3bf
@ -4617,6 +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
|
||||
|
||||
|
||||
# A list of application service config files to use
|
||||
#
|
||||
|
||||
@ -1503,6 +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
|
||||
|
||||
|
||||
# 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,6 +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
|
||||
|
||||
|
||||
# A list of application service config files to use
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user