feat: filter func outlet

This commit is contained in:
Timothy J. Baek
2024-06-20 03:23:50 -07:00
parent 3101ff143b
commit afd270523c
2 changed files with 45 additions and 12 deletions

View File

@@ -278,7 +278,9 @@
})),
chat_id: $chatId
}).catch((error) => {
console.error(error);
toast.error(error);
messages.at(-1).error = { content: error };
return null;
});