0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-22 06:18:22 +02:00
dendrite/roomserver/types
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
..
headered_event.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
types.go Refactor StoreEvent and create a new RoomDatabase interface (#2985) 2023-02-24 09:40:20 +01:00
types_test.go Add roomserver tests (3/4) (#2447) 2022-05-16 19:33:16 +02:00