conduit/src
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
..
database Add to_*_event_stub methods to pdu, filter for correct event kind 2020-07-17 16:03:33 -04:00
client_server.rs Add to_*_event_stub methods to pdu, filter for correct event kind 2020-07-17 16:03:33 -04:00
database.rs feat: cross-signing 2020-06-26 15:16:15 +02:00
error.rs Move to depend on ruma monorepo and ruma-events0.22 2020-07-17 16:03:02 -04:00
main.rs feat: implement /event (#144) 2020-07-11 14:08:37 +02:00
pdu.rs Add to_*_event_stub methods to pdu, filter for correct event kind 2020-07-17 16:03:33 -04:00
push_rules.rs feat: cross-signing 2020-06-26 15:16:15 +02:00
ruma_wrapper.rs Update to rocket master (#147) 2020-07-14 18:23:26 +02:00
server_server.rs Switch to the ruma meta-crate 2020-06-05 18:42:45 +02:00
stateres.rs work 2020-04-29 10:27:31 +02:00
utils.rs refactor: better error handling 2020-06-11 13:14:35 +02:00