mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 12:18:37 +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:
|
contact_links:
|
||||||
- name: Onboarding
|
- name: Onboarding
|
||||||
url: https://discord.gg/clawd
|
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
|
- name: Support
|
||||||
url: https://discord.gg/clawd
|
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.
|
* Upload a file to the user's OneDrive root folder.
|
||||||
* For larger files, this uses the simple upload endpoint (up to 4MB).
|
* 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: {
|
export async function uploadToOneDrive(params: {
|
||||||
buffer: Buffer;
|
buffer: Buffer;
|
||||||
|
|||||||
@@ -215,7 +215,6 @@ export const nostrPlugin: ChannelPlugin<ResolvedNostrAccount> = {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Forward to OpenClaw's message pipeline
|
// Forward to OpenClaw's message pipeline
|
||||||
// TODO: Replace with proper dispatchReplyWithBufferedBlockDispatcher call
|
|
||||||
await (
|
await (
|
||||||
runtime.channel.reply as { handleInboundMessage?: (params: unknown) => Promise<void> }
|
runtime.channel.reply as { handleInboundMessage?: (params: unknown) => Promise<void> }
|
||||||
).handleInboundMessage?.({
|
).handleInboundMessage?.({
|
||||||
|
|||||||
Reference in New Issue
Block a user