summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-08-27 10:33:01 +0100
committerKegan Dougal <kegan@matrix.org>2014-08-27 10:33:01 +0100
commitc65885e1668d4a241a04a7cb3b970a0d6833a5ad (patch)
tree10e823a6b6dccc7770be0de5de1922e09695a1eb /synapse/storage
parentModified /join/$identifier to support $identifier being a room ID in addition... (diff)
downloadsynapse-c65885e1668d4a241a04a7cb3b970a0d6833a5ad.tar.xz
Added support for GET /events/$eventid with auth checks.
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/__init__.py1
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"