From 3248ead787d386a3fe20bf072b3b270c08a2fea6 Mon Sep 17 00:00:00 2001 From: Gitea Date: Sat, 1 Feb 2020 03:46:30 +0100 Subject: Revert "Add full identification just to be sure for now..." This reverts commit 6511e9171d788c4569703cf45c84324d66b0831a. --- gossip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossip.js b/gossip.js index fcb7254..96b46a5 100644 --- a/gossip.js +++ b/gossip.js @@ -178,7 +178,7 @@ function sync (feeds, keys) { var pubs localforage.getItem('pubs').then(pubs => { if (!pubs) { - pubs = ['wss://interskri.be/ws/@Q++V5BbvWIg8B+TqtC9ZKFhetruuw+nOgxEqfjlOZI0=', 'wss://interskri.be/bogbook', 'ws://' + location.hostname + ':8080', 'ws://bogbook.com'] + pubs = ['wss://interskri.be/ws', 'wss://interskri.be/bogbook', 'ws://' + location.hostname + ':8080', 'ws://bogbook.com'] localforage.setItem('pubs', pubs) } pubs.forEach(function (pub, index) { -- cgit v1.2.3-70-g09d2