mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-16 18:52:12 +03:00
7cc90ef258
* feat: add notification controller * feat: add polling logic on pending notifications * feat: refecth notifications on Feed
3 lines
101 B
TypeScript
3 lines
101 B
TypeScript
export const getChatNotificationsQueryKey = (chatId: string): string =>
|
|
`notifications-${chatId}`;
|