arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Enforce message size limits #136

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

Warn the user if their message goes over the 8192 byte limit, rather than just fail with a message on the console.

Fixes #130.

arj03 commented 3 years ago

Looks good, there is a small conflict now :)

arj03 commented 3 years ago

Lets see

arj03 commented 3 years ago

Botched that, will fix after merge