Add support for temporarily blocking with end time

This commit is contained in:
Jonas Lochmann
2020-01-27 01:00:00 +01:00
parent b55c375506
commit 719af663f5
8 changed files with 92 additions and 13 deletions
+1
View File
@@ -100,6 +100,7 @@ export interface ServerUpdatedCategoryBaseData {
blockedTimes: string // blockedMinutesInWeek
extraTime: number
tempBlocked: boolean
tempBlockTime: number
version: string
parentCategoryId: string
blockAllNotifications: boolean