Skip to content

federation: deduplicate room ID check on missing events

mikoto requested to merge mikoto/grapevine-fork:dedup-room-id-check into main

This introduces a fraction of extra overhead by deserializing the PDU entirely, if this is unacceptable the helper function could be made more flexible.

Merge request reports