diff --git a/changelog.d/19969.misc b/changelog.d/19969.misc deleted file mode 100644 index b225128489..0000000000 --- a/changelog.d/19969.misc +++ /dev/null @@ -1 +0,0 @@ -Refactor how the Rust side of Synapse is tied to the reactor: per-homeserver Rust state (the tokio runtime and reactor handle) now lives in a `RustRuntime` object owned by the `HomeServer`, instead of being stashed in an attribute on the reactor. diff --git a/changelog.d/20011.misc b/changelog.d/20011.misc new file mode 100644 index 0000000000..859d619a95 --- /dev/null +++ b/changelog.d/20011.misc @@ -0,0 +1 @@ +Refactor Rust code have a single place to store per-reactor state.