From 1920c0e3795157160457f72a5b918c4817ee9dc6 Mon Sep 17 00:00:00 2001 From: sualko Date: Sat, 23 May 2020 12:22:54 +0200 Subject: [PATCH] fix: start with presentation regression from direct share --- ts/filelist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/filelist.ts b/ts/filelist.ts index def8387..21b9d91 100644 --- a/ts/filelist.ts +++ b/ts/filelist.ts @@ -60,7 +60,7 @@ $(() => { const shareUrl = await createDirectShare(fileId); const joinUrl = generateUrl('/apps/bbb/b/{uid}?u={url}&filename={filename}', { uid: roomUid, - url: shareUrl + '/download', + url: shareUrl, filename, });