git ssb

2+

mixmix / ticktack



Commit e65b2dcf982e55434b4c16b527d24c1ad7182f89

include unread module

Dominic Tarr committed on 8/17/2017, 5:18:01 AM
Parent: c56c903653fc2e7f3538666e516e135a0571f0a6

Files changed

main.jschanged
main.jsView
@@ -11,8 +11,9 @@
1111 // from more specialized to more general
1212 const sockets = combine(
1313 //we always need to have translations first!
1414 {translations: require('./translations/sync')},
15+ require('./unread'),
1516 {
1617 about: require('./about'),
1718 app: require('./app'),
1819 blob: require('./blob'),

Built with git-ssb-web