remove status on chat finish

This commit is contained in:
Emily
2024-12-18 16:50:15 +01:00
parent b38363ddf5
commit f908b0b4a9

View File

@@ -52,6 +52,6 @@ export default defineEventHandler(async event => {
} }
}); });
await updateChatStatus(targetChatId, currentStatus.join(''), true); await updateChatStatus(targetChatId, '', true);
}); });