summary refs log tree commit diff
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-14 18:26:37 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-14 18:26:37 +1000
commit2fcf34812444a432c992c31323c793900a76e6eb (patch)
tree30988d068fbd9ff42b6eb17f2926e541d1e47e80
parentme when (diff)
downloadserver-2fcf34812444a432c992c31323c793900a76e6eb.tar.xz
me when 2
-rw-r--r--src/util/entities/User.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/entities/User.ts b/src/util/entities/User.ts

index 4263d39d..fd9fecb9 100644 --- a/src/util/entities/User.ts +++ b/src/util/entities/User.ts
@@ -278,7 +278,7 @@ export class User extends BaseClass { return { "@context": "https://www.w3.org/ns/activitystreams", type: "Person", - id: `https://${webDomain}/fed/user/${user.id}`, + id: `https://${webDomain}/fed/user/${this.id}`, name: this.username, preferredUsername: this.username, summary: this.bio,