Closed dotmacro closed 4 months ago
Users can send/receive messages longer than CHATROOM_MAX_MESSAGE_LEN. (For reference, the largest message I tested was 262,144 plaintext chars.)
CHATROOM_MAX_MESSAGE_LEN
Nothing looks odd or broken. The app doesn't seem to lag. There's just a very long wall-of-text message to scroll past.
Fix.
I think this is a duplicate issue of https://github.com/okTurtles/group-income/issues/2217
yeah closing as duplicate
Problem
Users can send/receive messages longer than
CHATROOM_MAX_MESSAGE_LEN
. (For reference, the largest message I tested was 262,144 plaintext chars.)Nothing looks odd or broken. The app doesn't seem to lag. There's just a very long wall-of-text message to scroll past.
Solution
Fix.