mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-07 22:44:16 +00:00
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:
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -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."
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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?.({
|
||||
|
||||
Reference in New Issue
Block a user