1
0
Fork 0
ruma/crates/ruma-client-api/tests/it/main.rs
Jason Volk 2f26607f34
client-api: Reject non-object event content on /send and /state
Per spec, event content is required to be a JSON object. The send
endpoints accepted any valid JSON value, including bare strings and
arrays.

Signed-off-by: Jason Volk <jason@zemos.net>
2026-05-06 08:55:08 +02:00

3 lines
42 B
Rust

mod event_content;
mod headers;
mod uiaa;