Update server.js
removed old todo
This commit is contained in:
parent
028683f963
commit
f9730b002a
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ function get_user(req, res) {
|
|||
|
||||
id: `https://${DOMAIN}/u/${name}`,
|
||||
type: 'Person',
|
||||
preferredUsername: uname, //todo: read from latest about message
|
||||
preferredUsername: uname,
|
||||
name: uname,
|
||||
// inbox: `https://${DOMAIN}/u/${name}/inbox`,
|
||||
inbox: `https://${DOMAIN}/inbox`,
|
||||
|
|
Loading…
Reference in a new issue