fix(federation): 🐛 Fix fetching of ActivityPub users not working anymore

This commit is contained in:
Jesse Wierzbinski 2024-07-17 15:37:36 +02:00
parent 0e054e7cba
commit 42ff591e48
No known key found for this signature in database
12 changed files with 2182 additions and 8 deletions

View file

@ -323,7 +323,7 @@ export const parseTextMentions = async (
signatureConstructor,
);
const uri = await manager.webFinger(person?.[1] ?? "");
const uri = await User.webFinger(manager, person?.[1] ?? "");
const user = await User.resolve(uri);