remove control protection.

This commit is contained in:
Miroslav Šedivý
2024-04-21 20:16:09 +02:00
parent 5c683fb1b8
commit 014b68e1fb
3 changed files with 2 additions and 58 deletions

View File

@ -17,8 +17,7 @@ type Stats struct {
LastAdminLeftAt *time.Time `json:"last_admin_left_at"`
LastUserLeftAt *time.Time `json:"last_user_left_at"`
ControlProtection bool `json:"control_protection"`
ImplicitControl bool `json:"implicit_control"`
ImplicitControl bool `json:"implicit_control"`
}
type WebSocket interface {