From 718873964490d1aa31b0e99852002165637e4b9e Mon Sep 17 00:00:00 2001 From: Kimsible Date: Wed, 28 Apr 2021 23:45:23 +0200 Subject: Make /a and /c default URLs for accounts and channels --- client/src/app/+remote-interaction/remote-interaction.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+remote-interaction') diff --git a/client/src/app/+remote-interaction/remote-interaction.component.ts b/client/src/app/+remote-interaction/remote-interaction.component.ts index e24607b24..3ebe62f49 100644 --- a/client/src/app/+remote-interaction/remote-interaction.component.ts +++ b/client/src/app/+remote-interaction/remote-interaction.component.ts @@ -43,7 +43,7 @@ export class RemoteInteractionComponent implements OnInit { } else if (channelResult.data.length !== 0) { const channel = new VideoChannel(channelResult.data[0]) - redirectUrl = '/video-channels/' + channel.nameWithHost + redirectUrl = '/c/' + channel.nameWithHost } else { this.error = $localize`Cannot access to the remote resource` return -- cgit v1.2.3