Update djui_chat_message.h

This commit is contained in:
occamsaturn 2025-12-15 20:46:08 -08:00 committed by GitHub
parent c7a85a4cfc
commit 89c0daf760
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
#include "djui.h"
#define MAX_CHAT_MSG_LENGTH 500
#define MAX_CHAT_PACKET_LENGTH 600
struct DjuiChatMessage {
struct DjuiBase base;