1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-07-22 17:18:35 +00:00
conduit/src/database
Devin R 24b6702047 Add to_*_event_stub methods to pdu, filter for correct event kind
When creating some responses (sync) an AnyRoomEventStub is needed for this
PduEvent will deserialize the JSON as a Stub event and a non stub event
when needed. Ephemeral and account events are checked to be the correct
type and filtered out if not. This requires an extra `deserialize` call
which could/should be removed.

TODO: Possibly get rid of EventJson in some places.
2020-07-17 16:03:33 -04:00
..
rooms Add to_*_event_stub methods to pdu, filter for correct event kind 2020-07-17 16:03:33 -04:00
account_data.rs Move to depend on ruma monorepo and ruma-events0.22 2020-07-17 16:03:02 -04:00
global_edus.rs improvement: log bad database errors automatically 2020-06-11 14:58:44 +02:00
globals.rs Move to depend on ruma monorepo and ruma-events0.22 2020-07-17 16:03:02 -04:00
key_backups.rs feat: cross-signing 2020-06-26 15:16:15 +02:00
media.rs improvement: log bad database errors automatically 2020-06-11 14:58:44 +02:00
rooms.rs Move to depend on ruma monorepo and ruma-events0.22 2020-07-17 16:03:02 -04:00
uiaa.rs refactor: remove unused imports 2020-06-11 21:06:43 +02:00
users.rs Move to depend on ruma monorepo and ruma-events0.22 2020-07-17 16:03:02 -04:00