From e024fd6a7494b37251da1d59470324305cdb4129 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 7 May 2021 17:14:39 +0200 Subject: Update channel updatedAt when uploading a video --- server/models/account/account.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'server/models/account') diff --git a/server/models/account/account.ts b/server/models/account/account.ts index 44be0fd3c..d33353af7 100644 --- a/server/models/account/account.ts +++ b/server/models/account/account.ts @@ -411,6 +411,7 @@ export class AccountModel extends Model { id: this.id, displayName: this.getDisplayName(), description: this.description, + updatedAt: this.updatedAt, userId: this.userId ? this.userId : undefined } -- cgit v1.2.3