From 9f7f20dc9e4dc6b787fb173bce5b41c535f012eb Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Mon, 29 Jun 2026 10:05:44 +0100 Subject: [PATCH] appview/pages: load up hls.js to render videos from bsky posts in homepage Signed-off-by: oppiliappan --- appview/pages/templates/timeline/home.html | 48 ++++++++++++++++++++-- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/appview/pages/templates/timeline/home.html b/appview/pages/templates/timeline/home.html index 74367068..aa25a5bd 100644 --- a/appview/pages/templates/timeline/home.html +++ b/appview/pages/templates/timeline/home.html @@ -19,6 +19,42 @@ + + + {{ end }} @@ -475,9 +511,15 @@ {{ else if .Embed.EmbedVideo_View }} -
- Video embed -
+ {{ end }} {{ end }} -- 2.51.2