arj03 / ssb-browser-demo

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

Disallow net: invites #58

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

This makes it so if a user tries to use a "net:"-based invite, it displays a message explaining that it won't work and why. It also adds the connection type next to each connection and places each on on its own line instead of relying on the browser to wrap them where we want.

arj03 commented 3 years ago

Great, thanks :)

KyleMaas commented 3 years ago

Related: https://github.com/ssbc/ssb-server/issues/750