mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 09:35:51 +02:00
Implement inbox
This commit is contained in:
@@ -62,6 +62,10 @@ export default async (value, usernameLower, hostLower, acctLower) => {
|
||||
host: toUnicode(finger.subject.replace(/^.*?@/, '')),
|
||||
hostLower,
|
||||
account: {
|
||||
publicKey: {
|
||||
id: object.publicKey.id,
|
||||
publicKeyPem: object.publicKey.publicKeyPem
|
||||
},
|
||||
uri: object.id,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user