diff options
author | Eric Eastwood <erice@element.io> | 2021-11-19 00:43:32 -0600 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2021-11-19 00:43:32 -0600 |
commit | ec82407b498d19a980a335ca3fb213610263e13e (patch) | |
tree | cafb5681cc8663465f4ce37a0ac0653ec1164e57 | |
parent | Fix event queue (diff) | |
download | synapse-ec82407b498d19a980a335ca3fb213610263e13e.tar.xz |
Add changelog
-rw-r--r-- | changelog.d/11396.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11396.misc b/changelog.d/11396.misc new file mode 100644 index 0000000000..de9a45fc99 --- /dev/null +++ b/changelog.d/11396.misc @@ -0,0 +1 @@ +Refactor `backfilled` into specific behavior function arguments (`persist_events_and_notify` and downstream calls). |