From e6c067de16888102cc4ced4fae9fcd2ffbc98ef9 Mon Sep 17 00:00:00 2001 From: cel Date: Sat, 11 May 2019 09:36:29 -1000 Subject: Indicate fork root, Patchwork-style --- lib/serve.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/serve.js b/lib/serve.js index ed8b20d..d550e0f 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -3835,6 +3835,7 @@ Serve.prototype.composer = function (opts, cb) { } if (data.fork_thread) { content.root = opts.post || undefined + content.fork = opts.root || undefined content.branch = u.fromArray(opts.postBranches) || undefined } else { content.root = opts.root || undefined -- cgit v1.2.3