mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(federation): 🐛 Fix fetching of ActivityPub users not working anymore
This commit is contained in:
parent
0e054e7cba
commit
42ff591e48
12 changed files with 2182 additions and 8 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue