huskies: merge 858

This commit is contained in:
dave
2026-04-29 10:41:32 +00:00
parent be5db846cc
commit 11d111360d
79 changed files with 265 additions and 0 deletions
@@ -20,6 +20,7 @@ pub struct MatrixTransport {
}
impl MatrixTransport {
/// Creates a new `MatrixTransport` wrapping the given Matrix SDK `Client`.
pub fn new(client: Client) -> Self {
Self { client }
}