Made datetime/reply visible when date range is long, also fixes opacity to 1 for the last message's time display #39

Merged
retoor merged 4 commits from :bugfix/opacity-for-last-message into main 2025-05-24 01:48:07 +02:00
Showing only changes of commit 3ce866b7da - Show all commits

View File

@ -118,7 +118,7 @@ def embed_youtube(text):
queries["start"] = []
for t in start_time:
if t.endswith("s"):
t = start_time[:-1]
t = t[:-1]
if t.isdigit():
queries["start"].append(t)
else: