mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00:00
pep8
This commit is contained in:
parent
959f4b9074
commit
842cdece42
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ class EventContext(object):
|
|||
current_state_ids=current_state_ids,
|
||||
prev_state_ids=prev_state_ids,
|
||||
prev_group=input["prev_group"],
|
||||
delta_ids = _decode_state_dict(input["delta_ids"]),
|
||||
delta_ids=_decode_state_dict(input["delta_ids"]),
|
||||
)
|
||||
|
||||
context.rejected = input["rejected"]
|
||||
|
|
Loading…
Add table
Reference in a new issue