0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-30 06:48:57 +02:00
dendrite/roomserver/internal
kegsay 2b34f88fde
Use ProtoEvent where needed instead of EventBuilder (#3075)
They are fundamentally different concepts, so should be represented as
such. Proto events are exchanged in /make_xxx calls over federation, and
made as "fledgling" events in /createRoom and general event sending.
*Building* events is a reasonably complex VERSION SPECIFIC process which
needs amongst other things, auth event providers, prev events, signing
keys, etc.

Requires https://github.com/matrix-org/gomatrixserverlib/pull/379
2023-05-04 11:17:42 +01:00
..
helpers Use PDU in even more places (#3074) 2023-05-03 10:21:27 +01:00
input Use ProtoEvent where needed instead of EventBuilder (#3075) 2023-05-04 11:17:42 +01:00
perform Use ProtoEvent where needed instead of EventBuilder (#3075) 2023-05-04 11:17:42 +01:00
query Use PDU in even more places (#3074) 2023-05-03 10:21:27 +01:00
alias.go Use ProtoEvent where needed instead of EventBuilder (#3075) 2023-05-04 11:17:42 +01:00
api.go Remove PerformError (#3066) 2023-04-28 17:46:01 +02:00