From 288c78eaae7c593f4d8f668302b13b138f6975c3 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 5 Mar 2020 23:49:12 +0100 Subject: [PATCH] Always copy full actor handle in video-channels view --- client/src/app/+accounts/accounts.component.ts | 4 ++-- client/src/app/+video-channels/video-channels.component.html | 2 +- client/src/app/shared/video-channel/video-channel.model.ts | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/client/src/app/+accounts/accounts.component.ts b/client/src/app/+accounts/accounts.component.ts index 061eb953a..2ca6062c2 100644 --- a/client/src/app/+accounts/accounts.component.ts +++ b/client/src/app/+accounts/accounts.component.ts @@ -3,8 +3,8 @@ import { ActivatedRoute } from '@angular/router' import { AccountService } from '@app/shared/account/account.service' import { Account } from '@app/shared/account/account.model' import { RestExtractor, UserService } from '@app/shared' -import { catchError, distinctUntilChanged, first, map, switchMap, tap } from 'rxjs/operators' -import { forkJoin, Subscription } from 'rxjs' +import { catchError, distinctUntilChanged, map, switchMap, tap } from 'rxjs/operators' +import { Subscription } from 'rxjs' import { AuthService, Notifier, RedirectService } from '@app/core' import { User, UserRight } from '../../../../shared' import { I18n } from '@ngx-translate/i18n-polyfill' diff --git a/client/src/app/+video-channels/video-channels.component.html b/client/src/app/+video-channels/video-channels.component.html index 1087de113..6192b8ae5 100644 --- a/client/src/app/+video-channels/video-channels.component.html +++ b/client/src/app/+video-channels/video-channels.component.html @@ -9,7 +9,7 @@
{{ videoChannel.displayName }}
{{ videoChannel.nameWithHost }} -