mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-10 08:12:40 +02:00
fix: public chat copy link button and podcast access
This commit is contained in:
parent
ee65e1377f
commit
271de96cce
7 changed files with 47 additions and 20 deletions
|
|
@ -355,7 +355,7 @@ export default function NewChatPage() {
|
|||
hasComments: currentThread?.has_comments ?? false,
|
||||
addingCommentToMessageId: null,
|
||||
publicShareEnabled: currentThread?.public_share_enabled ?? false,
|
||||
publicShareToken: null,
|
||||
publicShareToken: currentThread?.public_share_token ?? null,
|
||||
});
|
||||
}, [currentThread, setCurrentThreadState]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue