dendrite/syncapi/storage/sqlite3
Kegan Dougal 677dc175d0 sqlite: Fix invite table by using the global stream pos rather than one specific to invites
If we don't use the global, clients don't get notified about any invites
because the position is too low.
2020-02-18 18:02:53 +00:00
..
account_data_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
backward_extremities_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
current_room_state_table.go sqlite: Add missing variadic function 2020-02-18 15:35:35 +00:00
filtering.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
invites_table.go sqlite: Fix invite table by using the global stream pos rather than one specific to invites 2020-02-18 18:02:53 +00:00
output_room_events_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
output_room_events_topology_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
stream_id_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
syncserver.go sqlite: Fix invite table by using the global stream pos rather than one specific to invites 2020-02-18 18:02:53 +00:00