]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/account/account.ts
Add scores to follows and remove bad ones
[github/Chocobozzz/PeerTube.git] / server / models / account / account.ts
index 47336d1e017af9c1cbd82233872fb1ec74b543a5..f81c5018083d4783a6a323cd591fd5bf5ffcc3f1 100644 (file)
@@ -179,7 +179,6 @@ export class AccountModel extends Model<AccountModel> {
     const actor = this.Actor.toFormattedJSON()
     const account = {
       id: this.id,
-      name: this.Actor.preferredUsername,
       displayName: this.name,
       createdAt: this.createdAt,
       updatedAt: this.updatedAt