is_receiving - is_watching.

This commit is contained in:
Miroslav Šedivý 2020-12-06 19:02:33 +01:00
parent e17e2cb606
commit c714d17d87
5 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@ func (h *MessageHandlerCtx) systemInit(session types.Session) error {
},
State: message.MemberState{
IsConnected: session.IsConnected(),
IsReceiving: session.IsReceiving(),
IsWatching: session.IsWatching(),
},
}
}