mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
remove status on chat finish
This commit is contained in:
@@ -52,6 +52,6 @@ export default defineEventHandler(async event => {
|
||||
}
|
||||
});
|
||||
|
||||
await updateChatStatus(targetChatId, currentStatus.join(''), true);
|
||||
await updateChatStatus(targetChatId, '', true);
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user