fix: stabilize typing + summary merge

This commit is contained in:
Peter Steinberger
2026-01-23 23:30:52 +00:00
parent c9a7c77b24
commit bf4544784a
3 changed files with 9 additions and 4 deletions

View File

@@ -68,6 +68,7 @@ export async function dispatchPreparedSlackMessage(prepared: PreparedSlackMessag
},
stop: async () => {
if (!didSetStatus) return;
didSetStatus = false;
await ctx.setSlackThreadStatus({
channelId: message.channel,
threadTs: statusThreadTs,