view libervia/web/pages/calls/page_meta.py @ 1613:c4407befc52a default tip @

browser (chat): fix attachments URL for messages.
author Goffi <goffi@goffi.org>
date Mon, 17 Jun 2024 17:37:15 +0200
parents c1c1d68d063e
children
line wrap: on
line source

#!/usr/bin/env python3
from libervia.web.server.constants import Const as C


name = "calls"
access = C.PAGES_ACCESS_PROFILE
template = "call/call.html"