mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 17:50:20 +00:00
fix: harden discord ack auth and gate fallout (#60081) (thanks @FunJim)
This commit is contained in:
@@ -503,7 +503,7 @@ const telegramCommandTestPlugin: ChannelPlugin = {
|
||||
isTelegramExecApprovalAuthorizedSender({ cfg, accountId, senderId }) &&
|
||||
!getTelegramExecApprovalApprovers({ cfg, accountId }).includes(senderId?.trim() ?? "")
|
||||
) {
|
||||
return { kind: "ignore" } as const;
|
||||
return undefined;
|
||||
}
|
||||
return {
|
||||
kind: "reply",
|
||||
|
||||
Reference in New Issue
Block a user