Files
Nitro_Render_V3/packages/api/src
simoleo89 08d1efafbe Drop dead sendWhisperGroupMessage — composer never existed
IRoomSession.sendWhisperGroupMessage(userId) was declared in the
interface and implemented in RoomSession by sending 'new
ChatWhisperGroupComposer(userId)' — but no such composer class
exists in the renderer (the file was never created). The only
whisper composer is RoomUnitChatWhisperComposer, which takes
(recipientName, message, styleId), not a userId.

No client call site references sendWhisperGroupMessage (grep across
Nitro-V3/src returned zero hits). Removing the dead interface method
+ broken impl is safer than inventing a ChatWhisperGroupComposer
class with no server-side handler.
2026-05-11 21:09:31 +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