arj03 / ssb-browser-demo

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

Make sure there's a message before trying to post it #135

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

Validates that the message field is not empty when trying to post on both Public and Channel.

Fixes #127.

arj03 commented 3 years ago

nice