diff options
author | Shay <hillerys@element.io> | 2023-03-08 19:27:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 19:27:20 -0800 |
commit | be4ea209e8bf92fb3660807c1fe8ad3d7d05621f (patch) | |
tree | f8df19d8b0495779861a62d66ac243eea98b3719 /changelog.d | |
parent | Include the room ID in more purge room log lines. (#15222) (diff) | |
download | synapse-be4ea209e8bf92fb3660807c1fe8ad3d7d05621f.tar.xz |
Add topic and name events to group of events that are batch persisted when creating a room. (#15229)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15229.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15229.misc b/changelog.d/15229.misc new file mode 100644 index 0000000000..4d8ea03b27 --- /dev/null +++ b/changelog.d/15229.misc @@ -0,0 +1 @@ +Add topic and name events to group of events that are batch persisted when creating a room. |