mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 11:17:43 +02:00
Implement @everyone/@here (#8890)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -55,7 +55,8 @@ export type TypeMatchFunc = Resource<
|
||||
person: Ref<Person>,
|
||||
socialIds: PersonId[],
|
||||
type: NotificationType,
|
||||
control: TriggerControl
|
||||
control: TriggerControl,
|
||||
account: AccountUuid
|
||||
) => boolean | Promise<boolean>
|
||||
>
|
||||
|
||||
@@ -123,6 +124,7 @@ export default plugin(serverNotificationId, {
|
||||
PushNotificationsHandler: '' as Resource<TriggerFunc>
|
||||
},
|
||||
function: {
|
||||
IsUserEmployeeInFieldValueTypeMatch: '' as TypeMatchFunc
|
||||
IsUserEmployeeInFieldValueTypeMatch: '' as TypeMatchFunc,
|
||||
MentionTypeMatch: '' as TypeMatchFunc
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user