Fix: fixed zalgo text + html formatting inside of the review message

This commit is contained in:
Moyasee
2025-10-03 15:52:40 +03:00
parent 899f68318f
commit a92563509b
4 changed files with 58 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ import { format } from "date-fns";
import { AchievementNotificationInfo } from "@types";
export * from "./constants";
export * from "./html-sanitizer";
export class UserNotLoggedInError extends Error {
constructor() {