mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
The current room state table records were previously reusing a function for converting output room event rows into StreamEvents. This required altering the query to produce additional columns required by output room events, which is error prone. This commit creates a function explicitly for the current room state table so the query can be changed to only select fields present in the table. |
||
|---|---|---|
| .. | ||
| postgres | ||
| shared | ||
| sqlite3 | ||
| tables | ||
| interface.go | ||
| storage.go | ||
| storage_test.go | ||
| storage_wasm.go | ||