mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
Add delete podcast api service
This commit is contained in:
parent
bf94903459
commit
1a954bc184
7 changed files with 72 additions and 50 deletions
|
|
@ -2,6 +2,8 @@ export const cacheKeys = {
|
|||
activeSearchSpace: {
|
||||
chats: (searchSpaceId: string) => ["active-search-space", "chats", searchSpaceId] as const,
|
||||
activeChat: (chatId: string) => ["active-search-space", "active-chat", chatId] as const,
|
||||
podcasts: (searchSpaceId: string) =>
|
||||
["active-search-space", "podcasts", searchSpaceId] as const,
|
||||
},
|
||||
auth: {
|
||||
user: ["auth", "user"] as const,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue