fix(alerts): 收斂 Telegram 告警到 SRE 戰情室
This commit is contained in:
@@ -1119,7 +1119,7 @@ class ApprovalExecutionService:
|
||||
from src.services.telegram_gateway import get_telegram_gateway
|
||||
settings = get_settings()
|
||||
gateway = get_telegram_gateway()
|
||||
target_chat_id = settings.SRE_GROUP_CHAT_ID or settings.OPENCLAW_TG_CHAT_ID
|
||||
target_chat_id = settings.SRE_GROUP_CHAT_ID
|
||||
if not target_chat_id:
|
||||
logger.warning(
|
||||
"push_execution_result_no_target_chat",
|
||||
|
||||
Reference in New Issue
Block a user