Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
dba9152d
Unverified
Commit
dba9152d
authored
5 years ago
by
Richard van der Hoff
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add missing blank line in config (#5249)
parent
d16f5574
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
changelog.d/5249.feature
+1
-0
1 addition, 0 deletions
changelog.d/5249.feature
docs/sample_config.yaml
+1
-0
1 addition, 0 deletions
docs/sample_config.yaml
synapse/config/server.py
+1
-0
1 addition, 0 deletions
synapse/config/server.py
with
3 additions
and
0 deletions
changelog.d/5249.feature
0 → 100644
+
1
−
0
View file @
dba9152d
Ability
to
configure
default
room
version.
This diff is collapsed.
Click to expand it.
docs/sample_config.yaml
+
1
−
0
View file @
dba9152d
...
...
@@ -90,6 +90,7 @@ pid_file: DATADIR/homeserver.pid
#
# For example, for room version 1, default_room_version should be set
# to "1".
#
#default_room_version: "1"
# The GC threshold parameters to pass to `gc.set_threshold`, if defined
...
...
This diff is collapsed.
Click to expand it.
synapse/config/server.py
+
1
−
0
View file @
dba9152d
...
...
@@ -414,6 +414,7 @@ class ServerConfig(Config):
#
# For example, for room version 1, default_room_version should be set
# to
"
1
"
.
#
#default_room_version:
"
%(default_room_version)s
"
# The GC threshold parameters to pass to `gc.set_threshold`, if defined
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment