Merge branch 'main' into Dev

This commit is contained in:
DuckieTM
2026-06-04 10:45:59 +02:00
committed by GitHub
11 changed files with 409 additions and 97 deletions
@@ -5,6 +5,7 @@ export class RoomWidgetUpdateChatInputContentEvent extends RoomWidgetUpdateEvent
public static CHAT_INPUT_CONTENT: string = 'RWUCICE_CHAT_INPUT_CONTENT';
public static WHISPER: string = 'whisper';
public static SHOUT: string = 'shout';
public static TEXT: string = 'text';
private _chatMode: string = '';
private _userName: string = '';