mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 00:39:56 +02:00
replace SetConnected function.
This commit is contained in:
parent
fa54823098
commit
f9b2460c3b
5 changed files with 27 additions and 38 deletions
|
@ -47,7 +47,6 @@ func (manager *SessionManagerCtx) New(id string, admin bool) types.Session {
|
|||
profile: MemberProfile{
|
||||
is_admin: admin,
|
||||
},
|
||||
connected: false,
|
||||
}
|
||||
|
||||
manager.members[id] = session
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue