me when 2

This commit is contained in:
Madeline
2023-08-14 18:26:37 +10:00
parent 533ca27760
commit 2fcf348124

View File

@@ -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,