diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-08-10 12:29:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 12:29:47 +0100 |
commit | fcbab08cbd46d28976411b1d014a4efb76c8b7a4 (patch) | |
tree | 4368a0afbd31457090fc6639f719f63b6b593c4c /changelog.d | |
parent | Implement new experimental push rules (#7997) (diff) | |
download | synapse-fcbab08cbd46d28976411b1d014a4efb76c8b7a4.tar.xz |
Add an assertion on prev_events in create_new_client_event (#8041)
I think this would have caught all the cases in https://github.com/matrix-org/synapse/issues/7642 - and I think a 500 makes more sense here than a 403
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8041.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8041.misc b/changelog.d/8041.misc new file mode 100644 index 0000000000..eefa98d744 --- /dev/null +++ b/changelog.d/8041.misc @@ -0,0 +1 @@ +Add an assertion on prev_events in create_new_client_event. |