Add gathering title
This commit is contained in:
@@ -29,6 +29,8 @@ module.exports = function (sbot, id, cb) {
|
||||
if (typeof c.name == 'string') feedAbout.name = c.name.replace(/^@?/, '@')
|
||||
if (c.image) feedAbout.image = linkDest(c.image)
|
||||
if (c.description) feedAbout.description = c.description
|
||||
if (c.title) feedAbout.title = c.title
|
||||
if (c.startDateTime) feedAbout.startDateTime = c.startDateTime
|
||||
if (c.publicWebHosting != null && author === c.about) feedAbout.publicWebHosting = defalsify(c.publicWebHosting)
|
||||
}, function (err) {
|
||||
if (err) return cb(err)
|
||||
|
||||
Reference in New Issue
Block a user