mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-31 07:19:06 +02:00
inactive cursors access control.
This commit is contained in:
parent
6b417131f2
commit
437eb44003
8 changed files with 62 additions and 36 deletions
|
@ -173,8 +173,7 @@ func (manager *WebSocketManagerCtx) Start() {
|
|||
)
|
||||
}
|
||||
|
||||
// TODO: Send to subscribers only.
|
||||
manager.sessions.AdminBroadcast(event.SESSION_CURSORS, cursors, nil)
|
||||
manager.sessions.InactiveCursorsBroadcast(event.SESSION_CURSORS, cursors, nil)
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue