Send activity digests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-06-26 15:23:22 +02:00
parent a542f94379
commit 784c607c65
95 changed files with 3259 additions and 2382 deletions

View File

@@ -25,6 +25,7 @@ export interface IUserSettings {
notificationBeforeEvent?: boolean;
notificationPendingParticipation?: INotificationPendingEnum;
notificationPendingMembership?: INotificationPendingEnum;
groupNotifications?: INotificationPendingEnum;
location?: IUserPreferredLocation;
}

View File

@@ -22,6 +22,7 @@ export enum INotificationPendingEnum {
DIRECT = "DIRECT",
ONE_DAY = "ONE_DAY",
ONE_HOUR = "ONE_HOUR",
ONE_WEEK = "ONE_WEEK",
}
export enum IAuthProvider {