From 2422c46b27790d94fd29a7092170cee5a1b56008 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 15 Feb 2018 14:46:26 +0100 Subject: Implement support field in video and video channel --- client/src/app/shared/account/account.model.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/shared/account') diff --git a/client/src/app/shared/account/account.model.ts b/client/src/app/shared/account/account.model.ts index dffca783b..0bdc76478 100644 --- a/client/src/app/shared/account/account.model.ts +++ b/client/src/app/shared/account/account.model.ts @@ -8,6 +8,7 @@ export class Account implements ServerAccount { url: string name: string displayName: string + description: string host: string followingCount: number followersCount: number -- cgit v1.2.3