@@ -333,6 +333,8 @@ exports.init = function (sbot, config) {
pull.unique('key'),
pull.collect(function(err,links){
if(err)returnrespond(res,500,err.stack||err)
if(includeRoot)
links.unshift(root)
render(links)
})
)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.