summary refs log tree commit diff
path: root/synapse/replication/http/send_event.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-08-08 10:35:47 +0100
committerErik Johnston <erik@matrix.org>2018-08-08 10:36:18 +0100
commitbebe325e6cdd83f7bacd8ad71f6cdd23273c88db (patch)
treeb463480ce3166da96f51bfe8d79866b4ee30024c /synapse/replication/http/send_event.py
parentFixup logging and docstrings (diff)
downloadsynapse-bebe325e6cdd83f7bacd8ad71f6cdd23273c88db.tar.xz
Rename POST param to METHOD
Diffstat (limited to 'synapse/replication/http/send_event.py')
-rw-r--r--synapse/replication/http/send_event.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/replication/http/send_event.py b/synapse/replication/http/send_event.py
index 50810d94cb..5b52c91650 100644
--- a/synapse/replication/http/send_event.py
+++ b/synapse/replication/http/send_event.py
@@ -47,7 +47,6 @@ class ReplicationSendEventRestServlet(ReplicationEndpoint):
     """
     NAME = "send_event"
     PATH_ARGS = ("event_id",)
-    POST = True
 
     def __init__(self, hs):
         super(ReplicationSendEventRestServlet, self).__init__(hs)