Skip to content

[Bug]: Feishu extension outbound sendText/sendMedia drops reply target context #33572

@bmendonca3

Description

@bmendonca3

Summary

extensions/feishu outbound adapter does not forward replyToId/threadId to Feishu send APIs.

Repro (deterministic)

  1. Open extensions/feishu/src/outbound.ts.
  2. sendText and sendMedia do not map outbound replyToId/threadId to Feishu replyToMessageId.
  3. sendMessageFeishu and sendMediaFeishu support replyToMessageId and replyInThread options.

Expected

When outbound context includes replyToId (or threadId fallback), Feishu adapter should pass replyToMessageId to send APIs.

Actual

Reply target context is dropped in extension outbound sends.

Root cause

extensions/feishu/src/outbound.ts omits reply target forwarding in both text and media send paths.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions