refactor: increase feishu id buffer size

Signed-off-by: Asklv <boironic@gmail.com>
This commit is contained in:
Asklv
2026-03-03 20:16:00 +08:00
parent 50bcd1aa42
commit f076359900
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
/* Message types on the bus */
typedef struct {
char channel[16]; /* "telegram", "websocket", "cli" */
char chat_id[32]; /* Telegram chat_id or WS client id */
char chat_id[96]; /* Telegram/Feishu chat_id, open_id, or WS client id */
char *content; /* Heap-allocated message text (caller must free) */
} mimi_msg_t;