mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
session profile decoupled.
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func (h *MessageHandlerCtx) signalRequest(session types.Session) error {
|
||||
if !session.CanWatch() {
|
||||
if !session.Profile().CanWatch {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user