mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 05:26:07 -04:00
Add support for storing rejected events in EventContext and data stores
This commit is contained in:
parent
b390bf39f2
commit
b1b85753d7
6 changed files with 83 additions and 11 deletions
|
@ -20,3 +20,4 @@ class EventContext(object):
|
|||
self.current_state = current_state
|
||||
self.auth_events = auth_events
|
||||
self.state_group = None
|
||||
self.rejected = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue