From e0329676f1050aff6b2db7cc971093b5a3af823d Mon Sep 17 00:00:00 2001 From: ashley Date: Fri, 29 Aug 2025 18:25:19 +0200 Subject: [PATCH] add channelurlfixer to channels's posts --- html/channel.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/channel.ejs b/html/channel.ejs index f64fe5ee..714778fd 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -1546,7 +1546,7 @@ width: fit-content;

- <%- x.contentHtml %> + <%- channelurlfixer(x.contentHtml) %> <% if (x.attachment) { %> <% if (x.attachment.type === "video") { %> watch video on watch page