quivr/frontend/app/chat/[chatId]/utils/getChatNotificationsQueryKey.ts
Mamadou DICKO 7cc90ef258
feat: add polling for pending notifications (#1152)
* feat: add notification controller

* feat: add polling logic on pending notifications

* feat: refecth notifications on Feed
2023-09-12 18:00:46 +02:00

3 lines
101 B
TypeScript

export const getChatNotificationsQueryKey = (chatId: string): string =>
`notifications-${chatId}`;