diff options
| author | Joop Kiefte <ikojba@gmail.com> | 2020-02-01 05:11:18 +0100 | 
|---|---|---|
| committer | Joop Kiefte <ikojba@gmail.com> | 2020-02-01 05:11:18 +0100 | 
| commit | f8742c2d8a4242af3209e1f1110eaa112eb4a726 (patch) | |
| tree | 2cc418e6092ea58eb5955509ba8c6ab8379ef504 | |
| parent | 1556adab313c7eec97a7738876acdbc0d058a755 (diff) | |
| parent | 9de87de3804e13f178a0851411f1dfd235444c1c (diff) | |
Merge branch 'master' of https://git.kiefte.eu/lapingvino/bogbook-esperanto
| -rw-r--r-- | gossip.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -178,7 +178,7 @@ function sync (feeds, keys) {    var pubs    localforage.getItem('pubs').then(pubs => {      if (!pubs) { -      pubs = ['wss://interskri.be/ws', 'wss://interskri.be/bogbook', 'ws://' + location.hostname + ':8080', 'ws://bogbook.com'] +      pubs = ['ws://' + location.hostname + ':8080', 'ws://bogbook.com']        localforage.setItem('pubs', pubs)      }      pubs.forEach(function (pub, index) { | 
