openclaw - 💡(How to fix) Fix WebChat 控制面板支持按渠道过滤显示会话 [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#83998Fetched 2026-05-20 03:45:28
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
1
Author
Timeline (top)
closed ×1commented ×1cross-referenced ×1labeled ×1
RAW_BUFFERClick to expand / collapse

问题描述

当前 WebChat 控制面板会显示所有渠道(包括微信、Telegram、Discord 等)的聊天记录。对于主要使用微信机器人的用户,这会造成干扰——同一对话在多个界面重复出现。

使用场景

  • 用户配置了多个微信机器人账号(如工作号、生活号)
  • 每个账号绑定不同 agent
  • 希望微信对话只在微信里进行
  • WebChat 仅用于管理、调试或查看特定渠道

建议方案

方案 A:按渠道过滤显示

在配置中支持 visibleChannels / hiddenChannels:

{
  "webchat": {
    "visibleChannels": ["webchat"],
    "hiddenChannels": ["openclaw-weixin", "telegram"]
  }
}

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix WebChat 控制面板支持按渠道过滤显示会话 [1 comments, 2 participants]