0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-01 10:48:26 +02:00
dendrite/syncapi/streams
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
..
stream_accountdata.go Sync fixes (#1709) 2021-01-13 14:32:49 +00:00
stream_devicelist.go BREAKING: Remove Partitioned Stream Positions (#2096) 2022-01-20 15:26:45 +00:00
stream_invite.go bugfix: retire invites even when we cannot talk to the remote server to make/send_leave (#1918) 2021-07-14 10:39:17 +01:00
stream_pdu.go Increase gocyclo complexity to 25 (and remove all but 2 golint directives related to it) (#1783) 2021-03-03 14:35:57 +00:00
stream_receipt.go Sync fixes (#1709) 2021-01-13 14:32:49 +00:00
stream_sendtodevice.go Simplify send-to-device messaging (#1702) 2021-01-13 17:29:46 +00:00
stream_typing.go Sync fixes (#1709) 2021-01-13 14:32:49 +00:00
streams.go BREAKING: Remove Partitioned Stream Positions (#2096) 2022-01-20 15:26:45 +00:00
template_stream.go Sync refactor — Part 1 (#1688) 2021-01-08 16:59:06 +00:00