Revert "fix(channels): pre-subscribe group threads for pattern / accumulate wirings"

This reverts commit 73b20880ff.
This commit is contained in:
gavrielc
2026-04-20 10:35:33 +03:00
parent 73b20880ff
commit 57e0cda9e5
3 changed files with 22 additions and 101 deletions

View File

@@ -163,7 +163,6 @@ function buildConversationConfigs(channelType: string): ConversationConfig[] {
agentGroupId: agent.agent_group_id,
engageMode: agent.engage_mode,
engagePattern: agent.engage_pattern,
ignoredMessagePolicy: agent.ignored_message_policy,
sessionMode: agent.session_mode,
});
}