Add is_direct bit

This commit is contained in:
Neil Alexander 2022-10-07 15:40:57 +01:00
parent 606cbe6b93
commit 776e968ef8
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -13,6 +13,7 @@
### Fixes ### Fixes
* The sync transaction behaviour has been modified further so that errors in one stream should not propagate to other streams unnecessarily * 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 * 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 * 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 * The sync API state range queries have been optimised by adding missing indexes