Commit Graph
2 Commits
Author SHA1 Message Date
wudongxueandXubin Ren b3294f79aa fix(feishu): ensure access token is initialized before fetching bot open_id
The lark-oapi client requires token types to be explicitly configured
so that the SDK can obtain and attach the tenant_access_token to raw
requests. Without this, `_fetch_bot_open_id()` would fail with
"Missing access token for authorization" because the token had not
been provisioned at the time of the call.
2026-04-07 14:03:55 +08:00
wudongxueandXubin Ren 0291d1f716 feat: resolve mentions data 2026-04-07 14:03:55 +08:00