Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 3982a6e

Browse files
authored
Changing macaroon_secret_key no longer logs you out (#4387)
1 parent 05e1296 commit 3982a6e

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

changelog.d/4387.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a comment in the generated config file

synapse/config/key.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ def default_config(self, config_dir_path, server_name, generate_secrets=False,
8383
# a secret which is used to sign access tokens. If none is specified,
8484
# the registration_shared_secret is used, if one is given; otherwise,
8585
# a secret key is derived from the signing key.
86-
#
87-
# Note that changing this will invalidate any active access tokens, so
88-
# all clients will have to log back in.
8986
%(macaroon_secret_key)s
9087
9188
# Used to enable access token expiration.

0 commit comments

Comments
 (0)