mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:01:01 +00:00
fix: drop stale socket mode opt-in
This commit is contained in:
@@ -761,7 +761,6 @@ export const telegramPlugin = createChatChannelPlugin({
|
||||
actions: telegramMessageActions,
|
||||
status: createComputedAccountStatusAdapter<ResolvedTelegramAccount, TelegramProbe>({
|
||||
defaultRuntime: createDefaultChannelRuntimeState(DEFAULT_ACCOUNT_ID),
|
||||
staleSocketHealthCheckModes: ["polling"],
|
||||
collectStatusIssues: collectTelegramStatusIssues,
|
||||
buildChannelSummary: ({ snapshot }) => buildTokenChannelStatusSummary(snapshot),
|
||||
probeAccount: async ({ account, timeoutMs }) =>
|
||||
|
||||
Reference in New Issue
Block a user