dendrite/internal/eventutil
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
..
eventcontent.go Stronger default power levels 2022-09-06 17:25:17 +01:00
events.go Use ProtoEvent where needed instead of EventBuilder (#3075) 2023-05-04 11:17:42 +01:00
types.go Add user profile tests, refactor user API methods (#3030) 2023-04-03 20:19:26 +02:00