element-x-ada/libraries/matrix/api
Cobb a944499eda fix(sdk): adapt to matrix-rust-sdk 26.04.x API shifts
TracingConfiguration gained a required sentryConfig parameter between
26.03.x and 26.04.x. Pass null — we don't use SDK-side Sentry.

Timeline.sendRaw was moved off Timeline onto Room. Add sendRawEvent to
the JoinedRoom API interface, implement in JoinedRustRoom by calling
innerRoom.sendRaw, and have RustTimeline.sendRaw proxy through the
owning JoinedRoom. Our /pay event path keeps working without callers
having to know about the SDK move.
2026-04-17 10:12:48 -07:00
..
src fix(sdk): adapt to matrix-rust-sdk 26.04.x API shifts 2026-04-17 10:12:48 -07:00
build.gradle.kts API modules do not need to setup dependency injection. 2025-11-12 19:05:39 +01:00