X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=server%2Fmodels%2Faccount%2Faccount.ts;h=f81c5018083d4783a6a323cd591fd5bf5ffcc3f1;hb=60650c77c8a2a98e92d869b237ae4900f369a8fc;hp=47336d1e017af9c1cbd82233872fb1ec74b543a5;hpb=93ef8a9d02059da2fc90efedb7755c97e9e19ef4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/models/account/account.ts b/server/models/account/account.ts index 47336d1e0..f81c50180 100644 --- a/server/models/account/account.ts +++ b/server/models/account/account.ts @@ -179,7 +179,6 @@ export class AccountModel extends Model { const actor = this.Actor.toFormattedJSON() const account = { id: this.id, - name: this.Actor.preferredUsername, displayName: this.name, createdAt: this.createdAt, updatedAt: this.updatedAt