From ac75f640fefb4412a9982b904c043e93fd606966 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Jan 2022 16:40:56 +0100 Subject: [PATCH] Display all user history Not limited to instance federation bubble --- server/models/user/user-video-history.ts | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/server/models/user/user-video-history.ts b/server/models/user/user-video-history.ts index 6d9f2e03f..8aff7b10c 100644 --- a/server/models/user/user-video-history.ts +++ b/server/models/user/user-video-history.ts @@ -57,19 +57,14 @@ export class UserVideoHistoryModel extends Model