mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-25 01:28:21 -04:00
It's better to have fewer public APIs, especially when there's little annoyance to have it. We could use a request builder that converts into a Future, too, but considering there's only a single optional parameter, it's fine to include it in the function's signature.