diff options
author | Erik Johnston <erik@matrix.org> | 2021-02-22 21:14:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 21:14:42 +0000 |
commit | 66f4949e7f57bad44c582098f702fda057c6c7ad (patch) | |
tree | 40bbcfa9a4dad789f5cbc51c5d523c3f084ef48e /docs | |
parent | Remove vestiges of uploads_path config (#9462) (diff) | |
download | synapse-66f4949e7f57bad44c582098f702fda057c6c7ad.tar.xz |
Fix deleting pushers when using sharded pushers. (#9465)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tcp_replication.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/tcp_replication.md b/docs/tcp_replication.md index ad145439b4..15df949deb 100644 --- a/docs/tcp_replication.md +++ b/docs/tcp_replication.md @@ -220,10 +220,6 @@ Asks the server for the current position of all streams. Acknowledge receipt of some federation data -#### REMOVE_PUSHER (C) - - Inform the server a pusher should be removed - ### REMOTE_SERVER_UP (S, C) Inform other processes that a remote server may have come back online. |