diff options
| author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-10-29 12:16:49 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-29 12:16:49 +0000 | 
| commit | 0073fe914a070c6addc4d76fbe0857ebe96b377e (patch) | |
| tree | 94aaf1cf35dd59172ec0d9ae9f590096258831ee | |
| parent | Optimise createRoom with multiple invites (#8559) (diff) | |
| download | synapse-0073fe914a070c6addc4d76fbe0857ebe96b377e.tar.xz | |
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`.
Diffstat (limited to '')
| -rw-r--r-- | changelog.d/8679.misc | 1 | ||||
| -rw-r--r-- | synapse/events/__init__.py | 4 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/changelog.d/8679.misc b/changelog.d/8679.misc new file mode 100644 | 
