jeremyckahn / chitchatter

Secure peer-to-peer chat that is serverless, decentralized, and ephemeral
https://chitchatter.im/
GNU General Public License v2.0
1.52k stars 190 forks source link

Limit the size of messages #18

Closed jeremyckahn closed 2 years ago

jeremyckahn commented 2 years ago

Chat messages should be limited to 10,000 characters.

ighmaZ commented 2 years ago

@jeremyckahn where can i find the mesages file?

jeremyckahn commented 2 years ago

Hi @ighmaZ, I think the solution for this ticket will require a change in https://github.com/jeremyckahn/chitchatter/blob/develop/src/components/MessageForm/MessageForm.tsx. Is this something you'd like to work on?

ighmaZ commented 2 years ago

@jeremyckahn okay ill take this issue

jeremyckahn commented 2 years ago

It's been assigned to you. Thank you @ighmaZ! Let me if you need any help.