mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Add support for temporarily blocking with end time
This commit is contained in:
@@ -100,6 +100,7 @@ export interface ServerUpdatedCategoryBaseData {
|
||||
blockedTimes: string // blockedMinutesInWeek
|
||||
extraTime: number
|
||||
tempBlocked: boolean
|
||||
tempBlockTime: number
|
||||
version: string
|
||||
parentCategoryId: string
|
||||
blockAllNotifications: boolean
|
||||
|
||||
Reference in New Issue
Block a user