picoclaw/pkg/channels/feishu
imalasong 43095543ab fix(feishu): skip empty random_reaction_emoji entries
Feishu returns 231001 when emoji_type is empty. Config slices like
["", "Pin"] could randomly select an empty string; filter and
trim entries and fall back to Pin when none remain.

Made-with: Cursor
2026-03-28 23:36:49 +08:00
..
common.go Feat/feishu card parsing (#1534) 2026-03-20 12:59:43 +08:00
common_test.go Feat/feishu card parsing (#1534) 2026-03-20 12:59:43 +08:00
feishu_32.go fix(feishu): address review findings 2026-03-03 01:27:46 +08:00
feishu_64.go fix(feishu): skip empty random_reaction_emoji entries 2026-03-28 23:36:49 +08:00
feishu_64_test.go Feat/feishu card parsing (#1534) 2026-03-20 12:59:43 +08:00
init.go refactor(channels): add channel subpackages and update gateway imports 2026-02-20 23:25:44 +08:00
token_cache.go fix(feishu): invalidate cached token on auth error to enable retry recovery (#1318) 2026-03-18 19:07:49 +08:00