dendrite/roomserver/storage
Kegan Dougal 29f4f1e45a msc2946: handle suggested_only; remove custom database
As the MSC doesn't require reverse lookups, we can just pull
the room state and inspect via the roomserver database. To
handle this, expand QueryCurrentState to support wildcards.

Use all this and handle `?suggested_only`.
2022-02-28 16:55:54 +00:00
..
postgres Return ErrRoomNoExists if insufficient state is available for a buildEvent to succeed when joining a room (#2210) 2022-02-21 16:22:29 +00:00
shared msc2946: handle suggested_only; remove custom database 2022-02-28 16:55:54 +00:00
sqlite3 Return ErrRoomNoExists if insufficient state is available for a buildEvent to succeed when joining a room (#2210) 2022-02-21 16:22:29 +00:00
tables Don't re-send sent events in add_state_events (#2195) 2022-02-17 13:53:48 +00:00
interface.go msc2946: handle suggested_only; remove custom database 2022-02-28 16:55:54 +00:00
storage.go Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021) 2021-11-02 16:48:48 +00:00
storage_wasm.go Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00