forgot a check

This commit is contained in:
Cynthia Foxwell 2025-03-22 22:52:28 -06:00
parent 5240ccff2a
commit 0d9ffa6aa2
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -138,7 +138,7 @@ proc createStatusRouter*(cfg: Config) =
# elif card.video.isSome():
# images = @[card.video.get().thumb]
if rawFile:
if rawFile and video != "":
redirect(video)
let html = renderConversation(conv, prefs, getPath() & "#m")