提交 5bfb99a7 编写于 作者: M Micha Kiener

SPR-6423, fixing bug while adding new nested conversation

上级 19daba5b
......@@ -246,7 +246,7 @@ public class ConversationManagerImpl implements ConversationManager {
// nest the new conversation to the current one, if available and
// set the current one as the parent of the new one
if (joinMode.mustBeNested()) {
newConversation.setParentConversation(currentConversation, joinMode.mustBeIsolated());
currentConversation.addChildConversation(newConversation, joinMode.mustBeIsolated());
currentConversation.deactivated(joinMode.mustBeIsolated() ? ConversationDeactivationType.NEW_ISOLATED
: ConversationDeactivationType.NEW_NESTED, newConversation);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册