summary refs log tree commit diff
path: root/synapse/handlers/_base.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-10-02 11:04:23 +0100
committerErik Johnston <erik@matrix.org>2015-10-02 11:04:23 +0100
commit9c311dfce59a035a4174149c5b05b1aac0f776e1 (patch)
tree1ca77db1489cd5d2bed76b6dcf432af0f7a0c8c8 /synapse/handlers/_base.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into erikj/invite_state (diff)
downloadsynapse-9c311dfce59a035a4174149c5b05b1aac0f776e1.tar.xz
Also bundle in sender
Diffstat (limited to 'synapse/handlers/_base.py')
-rw-r--r--synapse/handlers/_base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/_base.py b/synapse/handlers/_base.py
index 3a232cbeae..c488ee0f6d 100644
--- a/synapse/handlers/_base.py
+++ b/synapse/handlers/_base.py
@@ -132,6 +132,7 @@ class BaseHandler(object):
                         "type": e.type,
                         "state_key": e.state_key,
                         "content": e.content,
+                        "sender": e.sender,
                     }
                     for k, e in context.current_state.items()
                     if e.type in (