fix: ignore edit message errors

This commit is contained in:
pinks 2023-09-26 00:01:50 +02:00
parent 62247b81bc
commit 7ebdf6eae4
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ async function processGenerationJob(
state.replyMessage.message_id,
`Generating your prompt now... 0% using ${sdInstance.name || sdInstance.id}`,
{ maxAttempts: 1 },
);
).catch(() => undefined);
// reduce size if worker can't handle the resolution
const config = await getConfig();