Skip to content

Commit

Permalink
Indicate fork root, Patchwork-style
Browse files Browse the repository at this point in the history
  • Loading branch information
cel authored and cel committed May 11, 2019
1 parent 17233e4 commit e6c067d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6c067d

Please sign in to comment.