diff options
author | Erik Johnston <erik@matrix.org> | 2016-02-09 16:19:15 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-02-09 16:19:15 +0000 |
commit | 7b0d846407a593ccd204f82aaa1090b8af8df84c (patch) | |
tree | 4848dd2571d064d0caa0f5e45b952306c84f78c7 /synapse/events/snapshot.py | |
parent | Pass in current state to push action handler (diff) | |
download | synapse-7b0d846407a593ccd204f82aaa1090b8af8df84c.tar.xz |
Atomically persit push actions when we persist the event
Diffstat (limited to 'synapse/events/snapshot.py')
-rw-r--r-- | synapse/events/snapshot.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/events/snapshot.py b/synapse/events/snapshot.py index f51200d18e..8a475417a6 100644 --- a/synapse/events/snapshot.py +++ b/synapse/events/snapshot.py @@ -20,3 +20,4 @@ class EventContext(object): self.current_state = current_state self.state_group = None self.rejected = False + self.push_actions = [] |