mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
08d1efafbe34de23be5f33d0fab1749162525c3a
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.
Nitro Renderer
nitro-renderer is a Javascript library for rendering Nitro in the browser using PixiJS
Installation
npm
npm install @nitrots/nitro-renderer
yarn
yarn add @nitrots/nitro-renderer
Languages
TypeScript
99.9%
JavaScript
0.1%