2025-11-11 04:02:04 +02:00
|
|
|
export const cacheKeys = {
|
|
|
|
|
activeChat: (chatId: string) => ["activeChat", chatId],
|
2025-11-12 12:03:06 +02:00
|
|
|
activeSearchSpaceChats: (searchSpaceId: string) => ["activeSearchSpaceChats", searchSpaceId],
|
2025-11-11 04:02:04 +02:00
|
|
|
};
|