Skip to content

Draft: Filters

avdb requested to merge avdb13/conduit:search-filters into next

These endpoints support filters:

  • /sync
  • /rooms/<room_id>/messages
  • /rooms/{roomId}/context/{eventId}

Started on the last one as it was the easiest since event context is room-specific, meaning it should be safe to ignore rooms and not_rooms to my knowledge.


  • I ran cargo fmt and cargo test
  • I agree to release my code and all other changes of this MR under the Apache-2.0 license

Merge request reports