Add ability to not be hosted publicly
This commit is contained in:
@@ -25,6 +25,7 @@ module.exports = function (sbot, id, cb) {
|
||||
if (c.name) feedAbout.name = c.name.replace(/^@?/, '@')
|
||||
if (c.image) feedAbout.image = linkDest(c.image)
|
||||
if (c.description) feedAbout.description = c.description
|
||||
if (c.publicWebHosting && author == c.about) feedAbout.publicWebHosting = c.publicWebHosting
|
||||
}, function (err) {
|
||||
if (err) return cb(err)
|
||||
// Use whatever properties have the most counts.
|
||||
|
||||
Reference in New Issue
Block a user