From 6a54271866fcd07bacbd356353a6158cbfb25f1e Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 28 Jul 2026 11:20:34 +0100 Subject: [PATCH] Newsfile --- changelog.d/19969.misc | 1 - changelog.d/20011.misc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 changelog.d/19969.misc create mode 100644 changelog.d/20011.misc 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.