mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-29 17:07:15 +02:00
remove broadcast from websocket.
This commit is contained in:
parent
def6248ca7
commit
994a91886d
4 changed files with 0 additions and 60 deletions
|
@ -17,11 +17,6 @@ func (h *MessageHandlerCtx) SessionCreated(session types.Session) error {
|
|||
if err := h.screenConfigurations(session); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
// send broadcast status if admin
|
||||
if err := h.boradcastStatus(session); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue