Commit c6d1abe2035f17f456b7dac57fdbc88a3a10eff0
re-enable slightly forked modules/thread.js
Michael Williams committed on 12/7/2016, 8:47:12 AMParent: 32d251a78db95ceb448ed94743c944b8be3de181
Files changed
modules/index.js | changed |
modules/thread.js | changed |
modules/index.js | ||
---|---|---|
@@ -25,8 +25,8 @@ | ||
25 | 25 … | "private.js": require('./private.js'), |
26 | 26 … | "public.js": require('./public.js'), |
27 | 27 … | "raw.js": require('./raw.js'), |
28 | 28 … | "sbot.js": require('./sbot.js'), |
29 | -// "thread.js": require('./thread.js'), | |
29 … | + "thread.js": require('./thread.js'), | |
30 | 30 … | "timestamp.js": require('./timestamp.js') |
31 | 31 … | } |
32 | 32 … |
Built with git-ssb-web