From 01527175351a6636c641205b48f47fd2532b48ff Mon Sep 17 00:00:00 2001 From: USO Status Date: Mon, 26 Jan 2026 21:02:04 +0100 Subject: [PATCH] chore(payload): remove redundant replaceStatus field from ReplyPayload --- src/auto-reply/types.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/auto-reply/types.ts b/src/auto-reply/types.ts index 7e250a3f8..fce285175 100644 --- a/src/auto-reply/types.ts +++ b/src/auto-reply/types.ts @@ -57,6 +57,4 @@ export type ReplyPayload = { isStatusMessage?: boolean; isError?: boolean; editMessageId?: string; - /** Whether this payload should replace the last status message (provider-specific logic). */ - replaceStatus?: boolean; };