diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 1b38a9ddf05..4c1b9775597 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: false contact_links: - name: Onboarding url: https://discord.gg/clawd - about: New to OpenClaw? Join Discord for setup guidance from Krill in \#help. + about: "New to OpenClaw? Join Discord for setup guidance in #help." - name: Support url: https://discord.gg/clawd - about: Get help from Krill and the community on Discord in \#help. + about: "Get help from the OpenClaw community on Discord in #help." diff --git a/extensions/msteams/src/graph-upload.ts b/extensions/msteams/src/graph-upload.ts index 921b456c3a8..65e854ac439 100644 --- a/extensions/msteams/src/graph-upload.ts +++ b/extensions/msteams/src/graph-upload.ts @@ -24,7 +24,6 @@ export interface OneDriveUploadResult { /** * Upload a file to the user's OneDrive root folder. * For larger files, this uses the simple upload endpoint (up to 4MB). - * TODO: For files >4MB, implement resumable upload session. */ export async function uploadToOneDrive(params: { buffer: Buffer; diff --git a/extensions/nostr/src/channel.ts b/extensions/nostr/src/channel.ts index 4067d5f2ea9..a516f2442eb 100644 --- a/extensions/nostr/src/channel.ts +++ b/extensions/nostr/src/channel.ts @@ -215,7 +215,6 @@ export const nostrPlugin: ChannelPlugin = { ); // Forward to OpenClaw's message pipeline - // TODO: Replace with proper dispatchReplyWithBufferedBlockDispatcher call await ( runtime.channel.reply as { handleInboundMessage?: (params: unknown) => Promise } ).handleInboundMessage?.({