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
70b503f1
Commit
70b503f1
authored
1 year ago
by
Patrick Cloke
Browse files
Options
Downloads
Patches
Plain Diff
Fix import ordering issue introduced in
7a3a55ac
.
parent
0cc6509c
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/federation/federation_server.py
+1
-1
1 addition, 1 deletion
synapse/federation/federation_server.py
with
1 addition
and
1 deletion
synapse/federation/federation_server.py
+
1
−
1
View file @
70b503f1
...
...
@@ -84,7 +84,7 @@ from synapse.replication.http.federation import (
from
synapse.storage.databases.main.lock
import
Lock
from
synapse.storage.databases.main.roommember
import
extract_heroes_from_room_summary
from
synapse.storage.roommember
import
MemberSummary
from
synapse.types
import
JsonDict
,
StateMap
,
get_domain_from_id
,
UserID
from
synapse.types
import
JsonDict
,
StateMap
,
UserID
,
get_domain_from_id
from
synapse.util
import
unwrapFirstError
from
synapse.util.async_helpers
import
Linearizer
,
concurrently_execute
,
gather_results
from
synapse.util.caches.response_cache
import
ResponseCache
...
...
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