From cb1dbd83e272bc1fa16435ebecec46bd7584efee Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Tue, 15 Aug 2023 00:12:04 +1000 Subject: ahhhh --- src/util/entities/User.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/entities/User.ts b/src/util/entities/User.ts index 59713bce..d602a750 100644 --- a/src/util/entities/User.ts +++ b/src/util/entities/User.ts @@ -326,7 +326,7 @@ export class User extends BaseClass { static async fromAP(data: APPerson | string): Promise { if (typeof data == "string") { data = (await fetch(data, { - headers: { Accept: "application/activity+json" }, + headers: { Accept: "application/json" }, }).then((x) => x.json())) as APPerson; } -- cgit 1.5.1