dendrite/roomserver/internal/query
Till 928c8c8c4a
Query rooms with ACLs instead of all rooms (#3338)
This now should actually speed up startup times.
This is because _many_ rooms (like DMs) don't have room ACLs, this means
that we had around 95% pointless DB queries. (as queried on d.m.org)
2024-03-05 20:41:35 +01:00
..
query_room_hierarchy.go Fix panic in QueryNextRoomHierarchyPage (#3253) 2023-11-08 14:22:02 +01:00
query_test.go Update gmsl to use new validated RoomID on PDUs (#3200) 2023-09-15 14:39:06 +00:00
query.go Query rooms with ACLs instead of all rooms (#3338) 2024-03-05 20:41:35 +01:00