mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-29 06:00:52 +02:00
Remove conversation grouping feature
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
'use strict';
|
||||
|
||||
const GLOBAL_WRITE_HANDLER_PERMISSIONS = {
|
||||
// 对话 / 分组
|
||||
// 对话
|
||||
sendMessage: 'chat:write',
|
||||
startNewConversation: 'chat:write',
|
||||
deleteConversation: 'chat:delete',
|
||||
@@ -16,15 +16,6 @@
|
||||
deleteSelectedConversations: 'chat:delete',
|
||||
renameConversation: 'chat:write',
|
||||
pinConversation: 'chat:write',
|
||||
showCreateGroupModal: 'group:write',
|
||||
createGroup: 'group:write',
|
||||
editGroup: 'group:write',
|
||||
deleteGroup: 'group:delete',
|
||||
deleteGroupFromContext: 'group:delete',
|
||||
pinGroupFromContext: 'group:write',
|
||||
renameGroupFromContext: 'group:write',
|
||||
applyBatchGroupChange: 'group:write',
|
||||
applyCustomIcon: 'group:write',
|
||||
|
||||
// 人机协同
|
||||
applyHitlSidebarConfig: 'hitl:write',
|
||||
|
||||
Reference in New Issue
Block a user