gitdataai/libs/room
ZhenYi df87a65cbb
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
fix(room): accept room_public JSON key for HTTP fallback
The frontend WebSocket client sends room_public, but the HTTP fallback
sends it as a JSON body parsed directly into RoomCreateRequest/RoomUpdateRequest
which expects public. Add #[serde(rename = "room_public")] so both
ws params and HTTP JSON body work consistently.
2026-04-16 18:27:53 +08:00
..
src fix(room): accept room_public JSON key for HTTP fallback 2026-04-16 18:27:53 +08:00
Cargo.toml init 2026-04-15 09:08:09 +08:00