mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
fix: behavior when clicking a Gancio AP handle in Mastodon, fix #470
This commit is contained in:
parent
82079ae4b2
commit
8082e46a46
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ module.exports = {
|
||||||
owner: `${config.baseurl}/federation/u/${name}`,
|
owner: `${config.baseurl}/federation/u/${name}`,
|
||||||
publicKeyPem: settings.publicKey
|
publicKeyPem: settings.publicKey
|
||||||
},
|
},
|
||||||
url: config.baseurl,
|
url: `${config.baseurl}/federation/u/${name}`
|
||||||
}
|
}
|
||||||
res.type('application/activity+json; charset=utf-8')
|
res.type('application/activity+json; charset=utf-8')
|
||||||
res.json(ret)
|
res.json(ret)
|
||||||
|
|
Loading…
Reference in a new issue