View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/913 Closes #806 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
commit
6e8ab00750
2 changed files with 71 additions and 2 deletions
|
|
@ -447,7 +447,7 @@ export class ApPersonService implements OnModuleInit {
|
|||
await transactionalEntityManager.save(new MiUserPublickey({
|
||||
userId: user.id,
|
||||
keyId: person.publicKey.id,
|
||||
keyPem: person.publicKey.publicKeyPem,
|
||||
keyPem: person.publicKey.publicKeyPem.trim(),
|
||||
}));
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue