git ssb

16+

Dominic / patchbay



Commit 03c4d13c834f8fd7c97abb0f3fbc790a196b235f

re-enable ssb-friend-pub

mixmix committed on 3/19/2019, 1:33:51 AM
Parent: 9c3e0caeb0e37f29698431ae5e6d7e2ce3a4479f

Files changed

index.jschanged
main.jschanged
index.jsView
@@ -23,9 +23,9 @@
2323 'ssb-about',
2424 'ssb-backlinks',
2525 'ssb-chess-db',
2626 'ssb-ebt',
27- // 'ssb-friend-pub', // sooo noisy
27+ 'ssb-friend-pub', // sooo noisy
2828 'ssb-meme',
2929 'ssb-private',
3030 'ssb-query',
3131 'ssb-search',
main.jsView
@@ -4,9 +4,9 @@
44 const values = require('lodash/values')
55
66 const { patchcore, patchbay, plugins } = require('./exports')
77
8-function App (config = {}) {
8+function Start (config = {}) {
99 // polyfills
1010 require('setimmediate')
1111
1212 // TODO spin up settings check which modules are wanted
@@ -17,9 +17,9 @@
1717 const api = entry(sockets, nest('app.html.app', 'first'))
1818 document.body.appendChild(api.app.html.app())
1919 }
2020
21-module.exports = App
21+module.exports = Start
2222
2323 // // for electro[n]
2424 // if (typeof window !== 'undefined' && !module.parent.parent) {
2525 // App()

Built with git-ssb-web