1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-04-24 17:54:28 -05:00
dendrite/setup
kegsay 2b34f88fde
Use ProtoEvent where needed instead of EventBuilder ()
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
..
base Move fedclient interface over to gmsl () 2023-04-24 16:23:25 +00:00
config refactor: update GMSL () 2023-04-19 15:50:33 +01:00
jetstream Remove BaseDendrite () 2023-03-22 09:21:32 +01:00
mscs Use ProtoEvent where needed instead of EventBuilder () 2023-05-04 11:17:42 +01:00
process Fix flaky test in process context 2023-05-03 18:21:33 -06:00
flags.go Remove polylith/API mode () 2023-02-14 12:47:47 +01:00
monolith.go Use PDU in even more places () 2023-05-03 10:21:27 +01:00