mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +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
|
|
@ -25,6 +25,7 @@ export interface ThreadRecord {
|
|||
updated_at: string;
|
||||
has_comments?: boolean;
|
||||
public_share_enabled?: boolean;
|
||||
public_share_token?: string | null;
|
||||
}
|
||||
|
||||
export interface MessageRecord {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue