mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 01:24:48 -04:00
Don't bail out of joining if we encounter a rejected event
This commit is contained in:
parent
4678055173
commit
a3e332af19
2 changed files with 21 additions and 14 deletions
|
@ -38,7 +38,7 @@ def check_auth(auth, auth_chain, events):
|
|||
print "Failed:", e.event_id, e.type, e.state_key
|
||||
print "Auth_events:", auth_events
|
||||
print ex
|
||||
print json.dumps(e.get_dict(), sort_keys=True, indent=4)
|
||||
# print json.dumps(e.get_dict(), sort_keys=True, indent=4)
|
||||
# raise
|
||||
print "Success:", e.event_id, e.type, e.state_key
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue