mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix messages deletion for poe
This commit is contained in:
@ -1652,7 +1652,7 @@ app.post('/purge_poe', jsonParser, async (request, response) => {
|
||||
|
||||
try {
|
||||
const client = await getPoeClient(token);
|
||||
await client.purge_conversation(bot, count)
|
||||
await client.purge_conversation(bot, count);
|
||||
client.disconnect_ws();
|
||||
|
||||
return response.send({"ok" : true});
|
||||
|
Reference in New Issue
Block a user