Add git messages to user feed as well

This commit is contained in:
Anders Rune Jensen
2017-05-12 21:02:56 +02:00
parent 7f394d0394
commit f49493c61f
+1
View File
@@ -177,6 +177,7 @@ exports.init = function (sbot, config) {
paramap(addAuthorAbout, 8),
paramap(addFollowAbout, 8),
paramap(addVoteMessage, 8),
paramap(addGitLinks, 8),
pull(renderThread(defaultOpts), wrapPage(name)),
toPull(res, function (err) {
if (err) console.error('[viewer]', err)