Chore: trim stale TODOs and issue-template language (#22534)

* docs: refresh issue template contact copy

* chore: remove OneDrive resumable upload TODO note
This commit is contained in:
Vincent Koc
2026-02-21 03:31:17 -05:00
committed by GitHub
parent 12d75ff7f5
commit 5eca08dab7
3 changed files with 2 additions and 4 deletions

View File

@@ -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."

View File

@@ -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;

View File

@@ -215,7 +215,6 @@ export const nostrPlugin: ChannelPlugin<ResolvedNostrAccount> = {
);
// Forward to OpenClaw's message pipeline
// TODO: Replace with proper dispatchReplyWithBufferedBlockDispatcher call
await (
runtime.channel.reply as { handleInboundMessage?: (params: unknown) => Promise<void> }
).handleInboundMessage?.({