diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-08-27 10:33:01 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-08-27 10:33:01 +0100 |
commit | c65885e1668d4a241a04a7cb3b970a0d6833a5ad (patch) | |
tree | 10e823a6b6dccc7770be0de5de1922e09695a1eb /synapse/storage | |
parent | Modified /join/$identifier to support $identifier being a room ID in addition... (diff) | |
download | synapse-c65885e1668d4a241a04a7cb3b970a0d6833a5ad.tar.xz |
Added support for GET /events/$eventid with auth checks.
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/__init__.py b/synapse/storage/__init__.py index a97a42e1e3..38ab03c45c 100644 --- a/synapse/storage/__init__.py +++ b/synapse/storage/__init__.py @@ -80,7 +80,6 @@ class DataStore(RoomMemberStore, RoomStore, [ "event_id", "type", - "sender", "room_id", "content", "unrecognized_keys" |