mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 12:04:56 +02:00
Calendar event queue handler (#8630)
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
This commit is contained in:
@@ -13,7 +13,10 @@ export enum QueueTopic {
|
||||
// A topic about user activity.
|
||||
Users = 'users',
|
||||
|
||||
TelegramBot = 'telegramBot'
|
||||
TelegramBot = 'telegramBot',
|
||||
|
||||
// A topic about calendar events.
|
||||
CalendarEventCUD = 'calendarEventCUD'
|
||||
}
|
||||
|
||||
export interface ConsumerHandle {
|
||||
|
||||
Reference in New Issue
Block a user