mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-19 17:31:33 -05:00
b872c7b1b4
The validator was being run on the EventBuilder objects, and so the validator only checked a subset of fields. With the upcoming EventBuilder refactor even fewer fields will be there to validate. To get around this we split the validation into those that can be run against an EventBuilder and those run against a fully fledged event. |
||
---|---|---|
.. | ||
__init__.py | ||
builder.py | ||
snapshot.py | ||
spamcheck.py | ||
utils.py | ||
validator.py |