diff options
author | Erik Johnston <erik@matrix.org> | 2015-01-22 15:50:17 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-01-22 15:50:17 +0000 |
commit | b1b85753d759f7127fbb1c4a95005fffd3da7f4d (patch) | |
tree | cbfcc00e0001fd7eeb20de92190f4b411f052e7f /synapse/events | |
parent | Remove unused function. Add comment. (diff) | |
download | synapse-b1b85753d759f7127fbb1c4a95005fffd3da7f4d.tar.xz |
Add support for storing rejected events in EventContext and data stores
Diffstat (limited to 'synapse/events')
-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 6bbba8d6ba..7e98bdef28 100644 --- a/synapse/events/snapshot.py +++ b/synapse/events/snapshot.py @@ -20,3 +20,4 @@ class EventContext(object): self.current_state = current_state self.auth_events = auth_events self.state_group = None + self.rejected = False |