Add the Replying to link to the chat page

This commit is contained in:
Pablo Revilla
2025-08-12 15:20:14 -07:00
parent ef105a0928
commit 2cc913d133

View File

@@ -23,7 +23,7 @@ import re
import traceback
SEQ_REGEX = re.compile(r"seq \d+")
SOFTWARE_RELEASE= "2.0.3.08-06-25"
SOFTWARE_RELEASE= "2.0.3.08-12-25"
CONFIG = config.CONFIG
env = Environment(loader=PackageLoader("meshview"), autoescape=select_autoescape())