From 60650c77c8a2a98e92d869b237ae4900f369a8fc Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 11 Jan 2018 09:35:50 +0100 Subject: Add scores to follows and remove bad ones --- server/models/video/video-channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/models/video/video-channel.ts') diff --git a/server/models/video/video-channel.ts b/server/models/video/video-channel.ts index acc2486b3..e2cbf0422 100644 --- a/server/models/video/video-channel.ts +++ b/server/models/video/video-channel.ts @@ -228,7 +228,7 @@ export class VideoChannelModel extends Model { const actor = this.Actor.toFormattedJSON() const account = { id: this.id, - name: this.name, + displayName: this.name, description: this.description, isLocal: this.Actor.isOwned(), createdAt: this.createdAt, -- cgit v1.2.3