Open Chat: Fix open temporary chat (#4444)

This commit is contained in:
Alexander Zinchuk 2024-03-29 20:51:27 +01:00
parent 7e41f190b2
commit e7f7192b66

View File

@ -211,7 +211,7 @@ addActionHandler('openChat', (global, actions, payload): ActionReturnType => {
abortChatRequestsForCurrentChat(global, id, MAIN_THREAD_ID, tabId);
if (!id) {
if (!id || id === TMP_CHAT_ID) {
return;
}