tangled
alpha
login
or
join now
evbogue.com
/
wiredove
1
fork
atom
a demonstration replicated social networking web app built with anproto
wiredove.net/
social
ed25519
protocols
1
fork
atom
overview
issues
pulls
pipelines
we do not need to start bogbot twice
Everett Bogue
8 months ago
15db2204
435896f8
+2
-2
1 changed file
expand all
collapse all
unified
split
connect.js
+2
-2
connect.js
···
1
1
-
import { bogbot } from 'bogbot'
1
1
+
//import { bogbot } from 'bogbot'
2
2
import { makeRoom } from './gossip.js'
3
3
import { makeWs} from './websocket.js'
4
4
5
5
-
await bogbot.start('wiredovedbversion1')
5
5
+
//await bogbot.start('wiredovedbversion1')
6
6
7
7
export const connect = async () => {
8
8
await makeWs('wss://pub.wiredove.net/')