From 6ba90dfbe29b0e3c5929b7d3f8d91c5998fce927 Mon Sep 17 00:00:00 2001 From: Neil Johnson Date: Sun, 24 Aug 2025 22:25:02 +0100 Subject: [PATCH] changelog --- changelog.d/17074.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/17074.bugfix diff --git a/changelog.d/17074.bugfix b/changelog.d/17074.bugfix new file mode 100644 index 0000000000..c3f171af59 --- /dev/null +++ b/changelog.d/17074.bugfix @@ -0,0 +1 @@ +Process room membership changes likes profile updates asynchronously so the request does not timeout. Fixes https://github.com/element-hq/synapse/issues/1297