mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +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