forked from MirrorHub/synapse
Also bundle in sender
This commit is contained in:
parent
a14665bde7
commit
9c311dfce5
1 changed files with 1 additions and 0 deletions
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue