mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-30 02:26:56 +00:00
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
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…
Add table
Reference in a new issue