Update server.js

removed old todo
This commit is contained in:
DanielMowitz 2019-09-27 15:52:25 +02:00 committed by GitHub
parent 028683f963
commit f9730b002a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`,