Open Chat: Fix open temporary chat (#4444)
This commit is contained in:
parent
7e41f190b2
commit
e7f7192b66
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user