comment out yet unused props.

This commit is contained in:
Miroslav Šedivý 2020-11-25 20:26:29 +01:00
parent f9b2460c3b
commit 104d98d129

View File

@ -9,13 +9,13 @@ import (
)
type MemberProfile struct {
token string
//token string
name string
is_admin bool
enabled bool
can_control bool
can_watch bool
clipboard_access bool
//enabled bool
//can_control bool
//can_watch bool
//clipboard_access bool
}
type SessionCtx struct {