mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:50:42 +00:00
style: fix rebase formatting drift
This commit is contained in:
@@ -10,11 +10,7 @@ import {
|
|||||||
} from "openclaw/plugin-sdk/channel-config-helpers";
|
} from "openclaw/plugin-sdk/channel-config-helpers";
|
||||||
import { resolveOutboundSendDep } from "openclaw/plugin-sdk/channel-runtime";
|
import { resolveOutboundSendDep } from "openclaw/plugin-sdk/channel-runtime";
|
||||||
import { normalizeMessageChannel } from "openclaw/plugin-sdk/channel-runtime";
|
import { normalizeMessageChannel } from "openclaw/plugin-sdk/channel-runtime";
|
||||||
import {
|
import { buildOutboundBaseSessionKey, normalizeOutboundThreadId } from "openclaw/plugin-sdk/core";
|
||||||
buildOutboundBaseSessionKey,
|
|
||||||
normalizeOutboundThreadId,
|
|
||||||
} from "openclaw/plugin-sdk/core";
|
|
||||||
import { resolveThreadSessionKeys, type RoutePeer } from "openclaw/plugin-sdk/routing";
|
|
||||||
import {
|
import {
|
||||||
buildComputedAccountStatusSnapshot,
|
buildComputedAccountStatusSnapshot,
|
||||||
buildTokenChannelStatusSummary,
|
buildTokenChannelStatusSummary,
|
||||||
@@ -31,6 +27,7 @@ import {
|
|||||||
type ChannelPlugin,
|
type ChannelPlugin,
|
||||||
type OpenClawConfig,
|
type OpenClawConfig,
|
||||||
} from "openclaw/plugin-sdk/discord";
|
} from "openclaw/plugin-sdk/discord";
|
||||||
|
import { resolveThreadSessionKeys, type RoutePeer } from "openclaw/plugin-sdk/routing";
|
||||||
import {
|
import {
|
||||||
listDiscordAccountIds,
|
listDiscordAccountIds,
|
||||||
resolveDiscordAccount,
|
resolveDiscordAccount,
|
||||||
|
|||||||
@@ -8,10 +8,7 @@ import {
|
|||||||
collectOpenProviderGroupPolicyWarnings,
|
collectOpenProviderGroupPolicyWarnings,
|
||||||
} from "openclaw/plugin-sdk/channel-config-helpers";
|
} from "openclaw/plugin-sdk/channel-config-helpers";
|
||||||
import { resolveOutboundSendDep } from "openclaw/plugin-sdk/channel-runtime";
|
import { resolveOutboundSendDep } from "openclaw/plugin-sdk/channel-runtime";
|
||||||
import {
|
import { buildOutboundBaseSessionKey, normalizeOutboundThreadId } from "openclaw/plugin-sdk/core";
|
||||||
buildOutboundBaseSessionKey,
|
|
||||||
normalizeOutboundThreadId,
|
|
||||||
} from "openclaw/plugin-sdk/core";
|
|
||||||
import { resolveThreadSessionKeys, type RoutePeer } from "openclaw/plugin-sdk/routing";
|
import { resolveThreadSessionKeys, type RoutePeer } from "openclaw/plugin-sdk/routing";
|
||||||
import {
|
import {
|
||||||
buildComputedAccountStatusSnapshot,
|
buildComputedAccountStatusSnapshot,
|
||||||
|
|||||||
@@ -6,12 +6,9 @@ import {
|
|||||||
} from "openclaw/plugin-sdk/channel-config-helpers";
|
} from "openclaw/plugin-sdk/channel-config-helpers";
|
||||||
import { type OutboundSendDeps, resolveOutboundSendDep } from "openclaw/plugin-sdk/channel-runtime";
|
import { type OutboundSendDeps, resolveOutboundSendDep } from "openclaw/plugin-sdk/channel-runtime";
|
||||||
import { normalizeMessageChannel } from "openclaw/plugin-sdk/channel-runtime";
|
import { normalizeMessageChannel } from "openclaw/plugin-sdk/channel-runtime";
|
||||||
|
import { buildOutboundBaseSessionKey, normalizeOutboundThreadId } from "openclaw/plugin-sdk/core";
|
||||||
import { resolveExecApprovalCommandDisplay } from "openclaw/plugin-sdk/infra-runtime";
|
import { resolveExecApprovalCommandDisplay } from "openclaw/plugin-sdk/infra-runtime";
|
||||||
import { buildExecApprovalPendingReplyPayload } from "openclaw/plugin-sdk/infra-runtime";
|
import { buildExecApprovalPendingReplyPayload } from "openclaw/plugin-sdk/infra-runtime";
|
||||||
import {
|
|
||||||
buildOutboundBaseSessionKey,
|
|
||||||
normalizeOutboundThreadId,
|
|
||||||
} from "openclaw/plugin-sdk/core";
|
|
||||||
import { resolveThreadSessionKeys, type RoutePeer } from "openclaw/plugin-sdk/routing";
|
import { resolveThreadSessionKeys, type RoutePeer } from "openclaw/plugin-sdk/routing";
|
||||||
import { parseTelegramTopicConversation } from "openclaw/plugin-sdk/telegram";
|
import { parseTelegramTopicConversation } from "openclaw/plugin-sdk/telegram";
|
||||||
import {
|
import {
|
||||||
|
|||||||
Reference in New Issue
Block a user