Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33303241
D7429.1768782327.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
373 B
Referenced Files
None
Subscribers
None
D7429.1768782327.diff
View Options
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,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 12:25 AM (17 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5953590
Default Alt Text
D7429.1768782327.diff (373 B)
Attached To
Mode
D7429: [web] Make chatCreation state "sticky" between nav changes
Attached
Detach File
Event Timeline
Log In to Comment