Skip to content

📝 docs: spilit feishu with lark and update overview#13165

Merged
rdmclin2 merged 1 commit into
canaryfrom
chore/bot-docs
Mar 20, 2026
Merged

📝 docs: spilit feishu with lark and update overview#13165
rdmclin2 merged 1 commit into
canaryfrom
chore/bot-docs

Conversation

@rdmclin2

Copy link
Copy Markdown
Collaborator

💻 Change Type

  • ✨ feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 👷 build
  • ⚡️ perf
  • ✅ test
  • 📝 docs
  • 🔨 chore

🔗 Related Issue

🔀 Description of Change

🧪 How to Test

  • Tested locally
  • Added/updated tests
  • No tests needed

📸 Screenshots / Videos

Before After
... ...

📝 Additional Information

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @rdmclin2, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@vercel

vercel Bot commented Mar 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lobehub Ready Ready Preview, Comment Mar 20, 2026 2:03pm

Request Review

@rdmclin2 rdmclin2 merged commit c39ba41 into canary Mar 20, 2026
14 of 15 checks passed
@rdmclin2 rdmclin2 deleted the chore/bot-docs branch March 20, 2026 13:31
@lobehubbot

Copy link
Copy Markdown
Member

@canisminor1990 @tjx666 - This is a documentation PR (splitting feishu/lark docs and updating overview). Please take a look.

@lobehubbot

Copy link
Copy Markdown
Member

❤️ Great PR @rdmclin2 ❤️

The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d54653043b

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +118 to +120
### Configure the Request URL

Paste the **Event Subscription URL** you copied from LobeHub into the **Request URL** field. The platform will verify the endpoint automatically.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Remove the Lark webhook setup until the route is wired

For any user following the new Lark guide, Step 4 cannot complete: BotMessageRouter.handleWebhook() routes /lark/... requests through chatBot.webhooks.lark, but src/server/services/bot/platforms/feishu/client.ts:createAdapter() still registers only a feishu webhook key. That makes Lark's Request URL verification and every later inbound message return 404, so this page currently documents a channel flow that cannot receive webhooks at all.

Useful? React with 👍 / 👎.

Comment on lines +154 to +156
## Step 6: Test the Connection

Back in LobeHub's channel settings, click **Test Connection** to verify the credentials. Then find your bot in Lark by searching its name and send it a message to confirm it responds.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Validate Lark credentials against the Lark host

For Lark apps, the Test Connection step here will reject valid credentials because FeishuClientFactory.validateCredentials() ignores the selected platform and always instantiates LarkApiClient with the Feishu domain in src/server/services/bot/platforms/feishu/client.ts. As written, this guide sends Lark users through a verification flow that authenticates against the wrong API endpoint.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants