mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-28 09:00:18 +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: profilePage },
|
||||
{ element: 'Link', attributes: subscribe },
|
||||
{ element: 'Alias', attributes: profileLink });
|
||||
{ element: 'Alias', value: profileLink });
|
||||
} else {
|
||||
reply.type(jrd);
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue