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}`,
|
id: `https://${DOMAIN}/u/${name}`,
|
||||||
type: 'Person',
|
type: 'Person',
|
||||||
preferredUsername: uname, //todo: read from latest about message
|
preferredUsername: uname,
|
||||||
name: uname,
|
name: uname,
|
||||||
// inbox: `https://${DOMAIN}/u/${name}/inbox`,
|
// inbox: `https://${DOMAIN}/u/${name}/inbox`,
|
||||||
inbox: `https://${DOMAIN}/inbox`,
|
inbox: `https://${DOMAIN}/inbox`,
|
||||||
|
@ -148,4 +148,4 @@ module.exports = {
|
||||||
get_webfinger,
|
get_webfinger,
|
||||||
get_users,
|
get_users,
|
||||||
post_inbox,
|
post_inbox,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue