refactor(channels): rename moltchat integration to mochat

This commit is contained in:
tjb-tech
2026-02-09 08:50:17 +00:00
parent 20b8a2fc58
commit 3779225917
7 changed files with 92 additions and 92 deletions

View File

@@ -376,11 +376,11 @@ def channels_status():
fs_config
)
# Moltchat
mc = config.channels.moltchat
# Mochat
mc = config.channels.mochat
mc_base = mc.base_url or "[dim]not configured[/dim]"
table.add_row(
"Moltchat",
"Mochat",
"" if mc.enabled else "",
mc_base
)