Added @block

This commit is contained in:
NigeParis 2026-01-06 16:25:39 +01:00 committed by Maix0
parent 97a7384af7
commit 8f3ed71d8a

View file

@ -424,7 +424,6 @@ function handleChat(_url: string, _args: RouteHandlerParams): RouteHandlerReturn
} }
blockUser(userToBlock, socket); blockUser(userToBlock, socket);
break; break;
case '@notify': case '@notify':
if (notify === null) {break;}; if (notify === null) {break;};
if (inviteMsgFlag === false) { if (inviteMsgFlag === false) {