mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-11 08:07:31 +02:00
memberState -> sessionState.
This commit is contained in:
parent
b03a730c84
commit
dafebc79e5
8 changed files with 26 additions and 25 deletions
|
@ -36,7 +36,7 @@ func (h *MessageHandlerCtx) systemInit(session types.Session) error {
|
|||
|
||||
return session.Send(
|
||||
message.SystemInit{
|
||||
Event: event.SYSTEM_INIT,
|
||||
Event: event.SYSTEM_INIT,
|
||||
// TODO: Session ID.
|
||||
MemberId: session.ID(),
|
||||
ControlHost: controlHost,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue