git ssb

0+

mixmix / ssb-server-channel



Commit 254f8580feb2fed2a0cd8cb6744eca1dc9a537ec

another api typo fix D:

mix irving committed on 2/12/2018, 1:35:28 AM
Parent: 8a1883237d44da421e41191ec739a0ed4db398ec

Files changed

index.jschanged
index.jsView
@@ -9,12 +9,12 @@
99 version: require('./package.json').version,
1010 manifest: {
1111 get: 'async',
1212 stream: 'source',
13- subscription: 'async'
13 + subscriptions: 'async'
1414 },
1515 init: (server, config) => {
16- console.log('///// CHANNELS plugin loaded /////')
16 + // console.log('///// CHANNELS plugin loaded /////')
1717
1818 const view = server._flumeUse(
1919 'channels',
2020 FlumeView(FLUME_VIEW_VERSION, reduce, map, null, initialState())

Built with git-ssb-web