Adjust starting point of conversation open benchmark
This commit is contained in:
parent
f07c53facd
commit
9b0290f40e
1 changed files with 1 additions and 2 deletions
|
@ -4017,6 +4017,7 @@ function showConversation({
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
window.ConversationController.get(conversationId)?.onOpenStart();
|
||||||
|
|
||||||
dispatch({
|
dispatch({
|
||||||
type: TARGETED_CONVERSATION_CHANGED,
|
type: TARGETED_CONVERSATION_CHANGED,
|
||||||
|
@ -4047,8 +4048,6 @@ function onConversationOpened(
|
||||||
throw new Error('onConversationOpened: Conversation not found');
|
throw new Error('onConversationOpened: Conversation not found');
|
||||||
}
|
}
|
||||||
|
|
||||||
conversation.onOpenStart();
|
|
||||||
|
|
||||||
if (messageId) {
|
if (messageId) {
|
||||||
const message = await __DEPRECATED$getMessageById(messageId);
|
const message = await __DEPRECATED$getMessageById(messageId);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue