0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-13 09:58:59 +02:00
dendrite/federationapi/storage/shared
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
..
receipt Initial Store & Forward Implementation (#2917) 2023-01-23 17:55:12 +00:00
storage.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
storage_edus.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
storage_keys.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
storage_pdus.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00