Skip to content
Snippets Groups Projects
Forked from Maunium / synapse
Source project has a limited visibility.
user avatar
Devin R authored
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.
24b67020
History
Name Last commit Last update