mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add lock controls for users.
This commit is contained in:
@ -39,7 +39,7 @@ func New(sessions types.SessionManager, remote types.RemoteManager, broadcast ty
|
||||
sessions: sessions,
|
||||
webrtc: webrtc,
|
||||
banned: make(map[string]bool),
|
||||
locked: false,
|
||||
locked: make(map[string]string),
|
||||
},
|
||||
conns: 0,
|
||||
}
|
||||
|
Reference in New Issue
Block a user