mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 07:56:55 -04:00
Adds a test for https://github.com/matrix-org/matrix-rust-sdk/issues/3110 that fails before the fix and passes afterwards.
11 lines
150 B
Rust
11 lines
150 B
Rust
mod auth;
|
|
mod e2ee;
|
|
mod invitations;
|
|
mod nse;
|
|
mod reactions;
|
|
mod redaction;
|
|
mod repeated_join;
|
|
mod room;
|
|
mod room_directory_search;
|
|
mod sliding_sync;
|