diff --git a/client/src/app/shared/shared-main/users/user-notifications.component.html b/client/src/app/shared/shared-main/users/user-notifications.component.html index 91a4c8dc3..265af8d55 100644 --- a/client/src/app/shared/shared-main/users/user-notifications.component.html +++ b/client/src/app/shared/shared-main/users/user-notifications.component.html @@ -90,9 +90,7 @@ - - - + @@ -100,15 +98,15 @@ {{ notification.comment.account.displayName }} commented your video {{ notification.comment.video.name }} - + - + The notification concerns a comment now unavailable - + @@ -157,13 +155,23 @@ - - - + + + + - - {{ notification.comment.account.displayName }} mentioned you on video {{ notification.comment.video.name }} - + + {{ notification.comment.account.displayName }} mentioned you on video {{ notification.comment.video.name }} + + + + + + + + The notification concerns a comment now unavailable + + diff --git a/server/tests/api/moderation/blocklist.ts b/server/tests/api/moderation/blocklist.ts index 8c9107a50..e8202aff1 100644 --- a/server/tests/api/moderation/blocklist.ts +++ b/server/tests/api/moderation/blocklist.ts @@ -107,7 +107,7 @@ describe('Test blocklist', function () { let userToken2: string before(async function () { - this.timeout(60000) + this.timeout(120000) servers = await flushAndRunMultipleServers(3) await setAccessTokensToServers(servers)