mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
* This commit updates a couple of the syncapi SQL queries to return additional columns that are required/expected by rowsToStreamEvents in output_room_events_table.go. It's not exactly clear to me yet what transaction_id and session_id do, but these being added n #367 results in state events breaking the /sync endpoint. This is a temporary fix. We need to come up with a better solution. * gomatrix to gomatrixserverlib on some weird line change * Tweaks from @babolivier review comments |
||
|---|---|---|
| .. | ||
| account_data_table.go | ||
| current_room_state_table.go | ||
| filtering.go | ||
| invites_table.go | ||
| output_room_events_table.go | ||
| syncserver.go | ||