0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-28 01:08:30 +02:00
dendrite/syncapi/sync
kegsay db7d9cba8a
BREAKING: Remove Partitioned Stream Positions (#2096)
* go mod tidy

* Break complement to check it fails CI

* Remove partitioned stream positions

This was used by the device list stream position. The device list position
now corresponds to the `Offset`, and the partition is always 0, in prep
for removing reliance on Kafka topics for device list changes.

* Linting

* Migrate old style tokens to new style because element-web doesn't soft-logoout on 4xx errors on /sync
2022-01-20 15:26:45 +00:00
..
request.go Basic sync filtering (#1721) 2021-01-19 18:00:42 +00:00
requestpool.go BREAKING: Remove Partitioned Stream Positions (#2096) 2022-01-20 15:26:45 +00:00