Files
Nitro_Render_V3/packages/api/src
simoleo89 cc1e8fe9c7 fix(api): align IRoomSession.sendBackgroundMessage signature with the impl
The RoomSession.sendBackgroundMessage impl takes 5 args (background,
stand, overlay, card, border) but the interface only declared 4 —
TypeScript consumers calling roomSession.sendBackgroundMessage(...) with
the border arg failed to typecheck even though the runtime call worked.
Add the optional backgroundBorder?: number trailing parameter to the
interface so the contract matches what RoomSession.ts ships.
2026-05-19 20:38:47 +02:00
..
🆙 Update
2026-02-05 08:32:02 +01:00
2026-03-10 15:40:24 +01:00
2024-04-03 09:27:56 +02:00
2025-03-09 10:53:31 +01:00
2024-04-03 09:27:56 +02:00