fix: extend input sanitization to relay path and remove whitespace artefact

This commit is contained in:
Timo
2026-04-25 16:17:16 +02:00
parent 7fc156977a
commit 02afc193c6
2 changed files with 10 additions and 8 deletions
-1
View File
@@ -426,7 +426,6 @@ function addToHistory(action, senderId) {
// --- Event Handlers ---
function handleServerEvent(event, data) {
switch (event) {
case EVENTS.ROOM_DATA:
currentRoom = data;