mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-07-22 17:18:35 +00:00
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. |
||
---|---|---|
.. | ||
rooms | ||
account_data.rs | ||
global_edus.rs | ||
globals.rs | ||
key_backups.rs | ||
media.rs | ||
rooms.rs | ||
uiaa.rs | ||
users.rs |