From 38e93cde3e5bf834d4baa6c63fc55ace1f439e86 Mon Sep 17 00:00:00 2001 From: Ginger Date: Wed, 4 Mar 2026 12:50:28 -0500 Subject: [PATCH] chore: News fragment --- changelog.d/+6e57599d.bugfix.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/+6e57599d.bugfix.md diff --git a/changelog.d/+6e57599d.bugfix.md b/changelog.d/+6e57599d.bugfix.md new file mode 100644 index 00000000..d1d5ffc0 --- /dev/null +++ b/changelog.d/+6e57599d.bugfix.md @@ -0,0 +1 @@ +Stopped left rooms from being unconditionally sent on initial sync, hopefully fixing spurious appearances of left rooms in some clients (and making sync faster as a bonus). Contributed by @ginger