From 776e968ef8ab7db39d32574311cc75f91683770f Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 7 Oct 2022 15:40:57 +0100 Subject: [PATCH] Add `is_direct` bit --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 6d0c53c71..b99d2ef17 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,7 @@ ### Fixes * The sync transaction behaviour has been modified further so that errors in one stream should not propagate to other streams unnecessarily +* Rooms should now be classified as DM rooms correctly by passing through `is_direct` and unsigned hints * A bug which caused marking device lists as stale to consume lots of CPU has been fixed * Users accepting invites should no longer cause unnecessary federated joins if there are already other local users in the room * The sync API state range queries have been optimised by adding missing indexes