okTurtles / group-income

A decentralized and private (end-to-end encrypted) financial safety net for you and your friends.
https://groupincome.org
GNU Affero General Public License v3.0
331 stars 44 forks source link

Implement/enforce `CHATROOM_MAX_MESSAGE_LEN` #2237

Closed dotmacro closed 4 months ago

dotmacro commented 4 months ago

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.

SebinSong commented 4 months ago

I think this is a duplicate issue of https://github.com/okTurtles/group-income/issues/2217

taoeffect commented 4 months ago

yeah closing as duplicate