diff --git a/web/url-utils.js b/web/url-utils.js --- a/web/url-utils.js +++ b/web/url-utils.js @@ -112,7 +112,10 @@ tab = 'settings'; } - const chatMode = urlInfo.threadCreation ? 'create' : 'view'; + const chatMode = + urlInfo.threadCreation || navInfo?.chatMode === 'create' + ? 'create' + : 'view'; const newNavInfo: NavInfo = { tab,