Skip to content

Draft: Add federation backfill and event visibility

Andrei Vasiliu requested to merge andreivasiliu/conduit:next into next

Added a /_matrix/federation/v1/backfill route, using the same logic as the existing get_missing_events.

This allows other servers (e.g. Synapse) to backfill events from Conduit-hosted rooms.

Also added a basic server visibility method; for now backfilling is only possible from rooms with shared or public visibility, but that's most of them and better than not being able to backfill anything.

Closes #44 (closed).


  • I agree to release my code and all other changes of this MR under the Apache-2.0 license
Edited by Andrei Vasiliu

Merge request reports