mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +08:00
feat: add qqbot chat channel (#16140)
### What problem does this PR solve? Adds qqbot as a built-in chat channel so it can be discovered and started by the channel bootstrapper and shown in the chat channel settings UI. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -63,7 +63,8 @@ const ChatChannel = () => {
|
||||
ChatChannelKey.DISCORD,
|
||||
ChatChannelKey.FEISHU,
|
||||
ChatChannelKey.TELEGRAM,
|
||||
].includes(id), // Show only Discord and Feishu
|
||||
ChatChannelKey.QQBOT,
|
||||
].includes(id), // Show only selected chat channels
|
||||
)
|
||||
.map((id) => ({
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user