MatrixSynapse/synapse/events
Richard van der Hoff 0073fe914a
Use `%r` rather than `%s` for stringifying events (#8679)
otherwise non-state events get written as `<FrozenEvent ... state_key='None'>`
which is indistinguishable from state events with the actual state_key `None`.
2020-10-29 12:16:49 +00:00
..
__init__.py Use `%r` rather than `%s` for stringifying events (#8679) 2020-10-29 12:16:49 +00:00
builder.py
snapshot.py
spamcheck.py
third_party_rules.py
utils.py
validator.py