mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 16:54:19 -05:00
Also bundle in sender
This commit is contained in:
parent
a14665bde7
commit
9c311dfce5
@ -132,6 +132,7 @@ class BaseHandler(object):
|
|||||||
"type": e.type,
|
"type": e.type,
|
||||||
"state_key": e.state_key,
|
"state_key": e.state_key,
|
||||||
"content": e.content,
|
"content": e.content,
|
||||||
|
"sender": e.sender,
|
||||||
}
|
}
|
||||||
for k, e in context.current_state.items()
|
for k, e in context.current_state.items()
|
||||||
if e.type in (
|
if e.type in (
|
||||||
|
Loading…
Reference in New Issue
Block a user