fixes, alerts/chatwidget websocket error handling, make chatterbot have the new bot badge

This commit is contained in:
2025-09-01 00:31:27 +02:00
parent e3f04bfe07
commit 4317c079b1
4 changed files with 21 additions and 16 deletions

View File

@@ -43,7 +43,7 @@ export type cheerEventRecord = {
export type cheerRecord = {
id?: string;
user?: string;
user: string;
amount: number;
};