mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 17:26:23 +02:00
fix podcast generation
This commit is contained in:
parent
678d8fbbcd
commit
55e5b45a42
26 changed files with 477 additions and 223 deletions
3
surfsense_web/lib/query-client/cache-keys.ts
Normal file
3
surfsense_web/lib/query-client/cache-keys.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export const cacheKeys = {
|
||||
activeChat: (chatId: string) => ["activeChat", chatId],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue