0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-19 21:08:21 +02:00
dendrite/syncapi/streams
kegsay b189edf4f4
Remove gmsl.HeaderedEvent (#3068)
Replaced with types.HeaderedEvent _for now_. In reality we want to move
them all to gmsl.Event and only use HeaderedEvent when we _need_ to
bundle the version/event ID with the event (seriailsation boundaries,
and even then only when we don't have the room version).

Requires https://github.com/matrix-org/gomatrixserverlib/pull/373
2023-04-27 12:54:20 +01:00
..
stream_accountdata.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
stream_devicelist.go Merge keyserver & userapi (#2972) 2023-02-20 14:58:03 +01:00
stream_invite.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
stream_notificationdata.go Always add UnreadNotifications to joined room reponses (#2793) 2022-10-14 10:38:12 +02:00
stream_pdu.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
stream_presence.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
stream_receipt.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
stream_sendtodevice.go Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
stream_typing.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
streamprovider.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
streams.go Merge keyserver & userapi (#2972) 2023-02-20 14:58:03 +01:00
template_stream.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00