diff --git a/synapse/replication/http/send_event.py b/synapse/replication/http/send_event.py index 36ba6b1c92..4876b78fec 100644 --- a/synapse/replication/http/send_event.py +++ b/synapse/replication/http/send_event.py @@ -46,6 +46,12 @@ class ReplicationSendEventRestServlet(ReplicationEndpoint): "ratelimit": true, "extra_users": [], } + + 200 OK + + { "stream_id": ..., "event_id": ... } + + The returned event ID may not match the sent event if it was deduplicated. """ NAME = "send_event"