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
82c2a529
Unverified
Commit
82c2a529
authored
6 years ago
by
Richard van der Hoff
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #3263 from matrix-org/rav/fix_jinja_dep
Fix dependency on jinja2
parents
3b2def6c
b5b2d5d6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
synapse/app/homeserver.py
+1
-1
1 addition, 1 deletion
synapse/app/homeserver.py
with
1 addition
and
1 deletion
synapse/app/homeserver.py
+
1
−
1
View file @
82c2a529
...
...
@@ -41,7 +41,6 @@ from synapse.python_dependencies import CONDITIONAL_REQUIREMENTS, \
from
synapse.replication.http
import
ReplicationRestResource
,
REPLICATION_PREFIX
from
synapse.replication.tcp.resource
import
ReplicationStreamProtocolFactory
from
synapse.rest
import
ClientRestResource
from
synapse.rest.consent.consent_resource
import
ConsentResource
from
synapse.rest.key.v1.server_key_resource
import
LocalKey
from
synapse.rest.key.v2
import
KeyApiV2Resource
from
synapse.rest.media.v0.content_repository
import
ContentRepoResource
...
...
@@ -186,6 +185,7 @@ class SynapseHomeServer(HomeServer):
})
if
name
==
"
consent
"
:
from
synapse.rest.consent.consent_resource
import
ConsentResource
consent_resource
=
ConsentResource
(
self
)
if
compress
:
consent_resource
=
gz_wrap
(
consent_resource
)
...
...
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