Ensure req.hostname is shared as the preferredUsername
This commit is contained in:
parent
9c6f997c2a
commit
f9c1223e0b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module.exports = {
|
|||
},
|
||||
'as:manuallyApprovesFollowers': true,
|
||||
'outbox': `https://${req.hostname}/actor/outbox`,
|
||||
'preferredUsername': '${req.hostname}',
|
||||
'preferredUsername': `${req.hostname}`,
|
||||
'url': `https://${req.hostname}/about/more?instance_actor=true`
|
||||
});
|
||||
return res.end();
|
||||
|
|
Loading…
Add table
Reference in a new issue