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

Fix a comment in the generated config #4387

Merged
merged 1 commit into from
Jan 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/4387.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a comment in the generated config file
3 changes: 0 additions & 3 deletions synapse/config/key.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ def default_config(self, config_dir_path, server_name, generate_secrets=False,
# a secret which is used to sign access tokens. If none is specified,
# the registration_shared_secret is used, if one is given; otherwise,
# a secret key is derived from the signing key.
#
# Note that changing this will invalidate any active access tokens, so
# all clients will have to log back in.
%(macaroon_secret_key)s

# Used to enable access token expiration.
Expand Down