From 7a056c7494839a5354f738e7ca2cfc932a0c9cac Mon Sep 17 00:00:00 2001 From: Alessio Date: Fri, 17 Jan 2025 15:02:14 -0800 Subject: [PATCH] Fix whitespace issue (kick pipeline) --- internal/webserver/tpl/tweet_page_includes/chat_view.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/internal/webserver/tpl/tweet_page_includes/chat_view.tpl b/internal/webserver/tpl/tweet_page_includes/chat_view.tpl index eb6e589..2eb6219 100644 --- a/internal/webserver/tpl/tweet_page_includes/chat_view.tpl +++ b/internal/webserver/tpl/tweet_page_includes/chat_view.tpl @@ -37,8 +37,10 @@ {{end}} {{range .Images}} - {{/* DM images can only be loaded with an authenticated session. So sending the RemoteUrl - in an tag is not useful; it will just HTTP 401 */}} + {{/* + DM images can only be loaded with an authenticated session. So sending the RemoteUrl + in an tag is not useful; it will just HTTP 401 + */}}