mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-21 11:52:23 +02:00
UBER-277 Reminders don't have notifications (#3315)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -19,6 +19,7 @@ import {
|
||||
AttachedDoc,
|
||||
Class,
|
||||
Doc,
|
||||
DocumentQuery,
|
||||
Mixin,
|
||||
Ref,
|
||||
Space,
|
||||
@@ -103,6 +104,7 @@ export interface NotificationType extends Doc {
|
||||
attachedToClass?: Ref<Class<Doc>>
|
||||
// use for update/mixin txes
|
||||
field?: string
|
||||
txMatch?: DocumentQuery<Tx>
|
||||
// use for space collaborators, not object
|
||||
spaceSubscribe?: boolean
|
||||
// allowed providers and default value for it
|
||||
|
||||
Reference in New Issue
Block a user