merge: fix XRD+XML serialisation of Alias (!780)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/780 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
commit
16909ed6bd
|
|
@ -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