0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-22 19:09:00 +02:00
dendrite/syncapi/consumers
Till a7e92f8cb9
History visibility database changes (#2533)
* Add new history_visibility column

* Update SQL queries to include history_visibility

* Store the history visibilty calculated by the roomserver

* Update GMSL

* Update migrations

* Fix migration

* Update GMSL

* Fix `go.sum`

* Update GMSL to use sql.Scanner & sql.Valuer

* Re-order migration/table creation

* Update gomatrixserverlib

* Add history_visibility column to current_room_state

* Fix migrations

* Return error instead of Fatal log

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-07-18 14:46:15 +02:00
..
clientapi.go Add possibility to ignore users (#2329) 2022-04-07 15:08:19 +01:00
keychange.go syncapi: define specific interfaces for internal HTTP communications (#2416) 2022-05-05 09:56:03 +01:00
presence.go Fix issue uint64 values with high bit are not supported in presence (#2562) 2022-07-07 16:29:25 +02:00
receipts.go Hopefully fix read receipts timestamps (#2557) 2022-07-05 17:13:26 +01:00
roomserver.go History visibility database changes (#2533) 2022-07-18 14:46:15 +02:00
sendtodevice.go Remove eduserver (#2306) 2022-03-29 14:14:35 +02:00
typing.go Remove eduserver (#2306) 2022-03-29 14:14:35 +02:00
userapi.go Per-room consumers (#2293) 2022-03-23 10:20:18 +00:00