-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sbot@13 bin.js has no support for websockets at all #554
Comments
To reproduce:
|
Can confirm, although I'm not familiar enough with the plugin logic to understand why this is happening. It seems like this may be related to #551, but I'm not sure what the fix might be. |
it's because the ws plugin's create function is only called when there is config.connections.incoming.ws, which is not the case by default (but it should, because sbot used to support ws out of the box before the connection refactor) This is fixed in ssbc/ssb-config#22 |
fixed in ssb-config 2.3.6 |
Sweet, since this repo installs |
Yes, I think so |
Currently there is no way to connect to a stock sbot from a browser.
The text was updated successfully, but these errors were encountered: