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

Fix sending server up commands from workers #6811

Merged
merged 6 commits into from
Jan 30, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Fixup comments
Co-Authored-By: Andrew Morgan <[email protected]>
  • Loading branch information
erikjohnston and anoadragon453 authored Jan 30, 2020
commit 1dab1fba27a08f921128b4dfbd1434a3498eeef8
2 changes: 1 addition & 1 deletion changelog.d/6811.bugfix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix waking waking up other servers when remote server is detected to have come back online from other workers.
Fix waking up other workers when remote server is detected to have come back online.
2 changes: 1 addition & 1 deletion synapse/federation/transport/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ class BaseFederationServlet(object):
returned.
"""

PATH = "" # Overriden in subclasses, the regex to match against the path.
PATH = "" # Overridden in subclasses, the regex to match against the path.

REQUIRE_AUTH = True

Expand Down