mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-02 02:35:41 +00:00
me when 2
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user