diff options
author | Erik Johnston <erik@matrix.org> | 2018-08-08 10:35:47 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-08-08 10:36:18 +0100 |
commit | bebe325e6cdd83f7bacd8ad71f6cdd23273c88db (patch) | |
tree | b463480ce3166da96f51bfe8d79866b4ee30024c /synapse/replication/http/send_event.py | |
parent | Fixup logging and docstrings (diff) | |
download | synapse-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.py | 1 |
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) |