Closed jmartinesp closed 2 weeks ago
Shouldn't this be managed through the existing RoomDirectorySearch
type, rather than exposing the raw API?
Shouldn't this be managed through the existing
RoomDirectorySearch
type, rather than exposing the raw API?
Ah, I didn't realise this already existed since I couldn't find the raw API call being used in the project. Closing this, I'll modify the directory search API then (if possible).
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.88%. Comparing base (
5158b39
) to head (1d4202f
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is needed to get rooms from the public rooms directory. Also add
ffi::PublicRoomsChunk
structure to map the resulting data.A customer couldn't find a way to use this feature in their fork because the method wasn't in the FFI layer, so I added it here.
Signed-off-by: