mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-13 00:57:58 +02:00
is_receiving - is_watching.
This commit is contained in:
parent
e17e2cb606
commit
c714d17d87
5 changed files with 6 additions and 6 deletions
|
@ -39,7 +39,7 @@ func (h *MessageHandlerCtx) systemInit(session types.Session) error {
|
|||
},
|
||||
State: message.MemberState{
|
||||
IsConnected: session.IsConnected(),
|
||||
IsReceiving: session.IsReceiving(),
|
||||
IsWatching: session.IsWatching(),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue