mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-28 21:28:19 +01:00
fix XRD+XML serialisation of Alias
This commit is contained in:
parent
1ec5e846c5
commit
57b31366e5
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ fastify.get('/.well-known/change-password', async (request, reply) => {
|
||||||
{ element: 'Link', attributes: self },
|
{ element: 'Link', attributes: self },
|
||||||
{ element: 'Link', attributes: profilePage },
|
{ element: 'Link', attributes: profilePage },
|
||||||
{ element: 'Link', attributes: subscribe },
|
{ element: 'Link', attributes: subscribe },
|
||||||
{ element: 'Alias', attributes: profileLink });
|
{ element: 'Alias', value: profileLink });
|
||||||
} else {
|
} else {
|
||||||
reply.type(jrd);
|
reply.type(jrd);
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue