diff options
author | Eric Eastwood <erice@element.io> | 2021-12-10 23:08:51 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 23:08:51 -0600 |
commit | aa8708ebed74b03bdebd7e20ddf070c6fd620db1 (patch) | |
tree | 3a709c9417998d73851e64ca1621369459926b02 /changelog.d | |
parent | Test to ensure we share the same `state_group` across the whole historical ba... (diff) | |
download | synapse-aa8708ebed74b03bdebd7e20ddf070c6fd620db1.tar.xz |
Allow events to be created with no `prev_events` (MSC2716) (#11243)
The event still needs to have `auth_events` defined to be valid. Split out from https://github.com/matrix-org/synapse/pull/11114
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11243.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11243.misc b/changelog.d/11243.misc new file mode 100644 index 0000000000..5ef7fe16d4 --- /dev/null +++ b/changelog.d/11243.misc @@ -0,0 +1 @@ +Allow specific, experimental events to be created without `prev_events`. Used by [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716). |