mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-12-31 23:13:48 +03:00
24b6702047
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. |
||
---|---|---|
.. | ||
database | ||
client_server.rs | ||
database.rs | ||
error.rs | ||
main.rs | ||
pdu.rs | ||
push_rules.rs | ||
ruma_wrapper.rs | ||
server_server.rs | ||
stateres.rs | ||
utils.rs |