zulip/zulip

JITSI_SERVER_URL should accept bare hostnames for back-compat

Open

#39,230 创建于 2026年5月6日

在 GitHub 查看
 (24 评论) (0 反应) (1 负责人)Python (7,339 fork)batch import
area: integrations (video calls)backport candidatehelp wantedin progress

仓库指标

Star
 (19,672 star)
PR 合并指标
 (平均合并 36天 6小时) (30 天内合并 110 个 PR)

描述

We used to support:

JITSI_SERVER_URL = "jitsi.example.com"

This now causes the frontend to fail to load because it doesn't parse as a URL, because it's missing a schema. We should, in computed_settings, parse JITSI_SERVER_URL as a URL, check for a lack of schema, and if it's missing, use _replace to assume the right schema is https:// and update JITSI_SERVER_URL accordingly.

CZO thread: #production help > 12.0 frontend stuck loading @ 💬

贡献者指南