From 29837f8885eb37fa300e4b80c90a6d03ab337084 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 27 Jul 2021 09:07:38 +0200 Subject: Add ability to search by host in server --- shared/models/users/user-notification.model.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'shared/models/users') diff --git a/shared/models/users/user-notification.model.ts b/shared/models/users/user-notification.model.ts index 8b33e3fbd..5820589fe 100644 --- a/shared/models/users/user-notification.model.ts +++ b/shared/models/users/user-notification.model.ts @@ -36,6 +36,7 @@ export const enum UserNotificationType { export interface VideoInfo { id: number uuid: string + shortUUID: string name: string } @@ -82,11 +83,7 @@ export interface UserNotification { comment?: { threadId: number - video: { - id: number - uuid: string - name: string - } + video: VideoInfo } account?: ActorInfo -- cgit v1.2.3