0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-29 09:48:19 +02:00
dendrite/syncapi/types
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
..
provider.go BREAKING: Remove Partitioned Stream Positions (#2096) 2022-01-20 15:26:45 +00:00
types.go BREAKING: Remove Partitioned Stream Positions (#2096) 2022-01-20 15:26:45 +00:00
types_test.go BREAKING: Remove Partitioned Stream Positions (#2096) 2022-01-20 15:26:45 +00:00