From aee216ee5cbc4e107b19c2df7bfa31d13997103c Mon Sep 17 00:00:00 2001 From: Daniele Tonon Date: Sat, 28 Oct 2023 23:19:38 +0200 Subject: [PATCH] Limit video size to the viewport --- utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.go b/utils.go index 9f524f2..1a5d4e5 100644 --- a/utils.go +++ b/utils.go @@ -346,7 +346,7 @@ func basicFormatting(input string, skipNostrEventLinks bool, usingTelegramInstan for i, line := range lines { line = replaceURLsWithTags(line, imageReplacementTemplate, - ``, + ``, ) line = replaceNostrURLsWithTags(nostrMatcher, line)