Commit e65b2dcf982e55434b4c16b527d24c1ad7182f89
include unread module
Dominic Tarr committed on 8/17/2017, 5:18:01 AMParent: c56c903653fc2e7f3538666e516e135a0571f0a6
Files changed
main.js | changed |
main.js | ||
---|---|---|
@@ -11,8 +11,9 @@ | ||
11 | 11 | // from more specialized to more general |
12 | 12 | const sockets = combine( |
13 | 13 | //we always need to have translations first! |
14 | 14 | {translations: require('./translations/sync')}, |
15 | + require('./unread'), | |
15 | 16 | { |
16 | 17 | about: require('./about'), |
17 | 18 | app: require('./app'), |
18 | 19 | blob: require('./blob'), |
Built with git-ssb-web