mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
show podcast staleness and suggest user to re-generate
This commit is contained in:
parent
e47b1cb4c5
commit
b02b094a24
5 changed files with 112 additions and 17 deletions
|
|
@ -27,6 +27,8 @@ interface ChatInterfaceContext {
|
|||
setIsChatPannelOpen: (value: boolean) => void;
|
||||
chat_id: string;
|
||||
chatDetails: ChatDetails | null;
|
||||
podcast: PodcastItem | null;
|
||||
setPodcast: (podcast: PodcastItem | null) => void;
|
||||
}
|
||||
|
||||
export const chatInterfaceContext = createContext<ChatInterfaceContext | null>(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue