mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-24 06:27:09 +02:00
add lock controls for users.
This commit is contained in:
parent
2290c4a065
commit
61fcf7f699
20 changed files with 277 additions and 113 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue