Add "manuallyApprovesFollowers": true (always) to /u/:actor json
This commit is contained in:
parent
e3c3bf6b11
commit
88db838830
|
@ -14,5 +14,11 @@ module.exports = {
|
|||
}
|
||||
next()
|
||||
})
|
||||
apex.net.actor.get.splice(apex.net.actor.get.length-1, 0,
|
||||
async (req, res, next) => {
|
||||
res.locals.apex.target
|
||||
.manuallyApprovesFollowers = true
|
||||
next()
|
||||
})
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue