mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 16:59:12 +02:00
remove event from messages.
This commit is contained in:
parent
3ac1b481ad
commit
49c48b3200
12 changed files with 144 additions and 173 deletions
|
@ -47,8 +47,8 @@ func (h *RoomHandler) screenConfigurationChange(w http.ResponseWriter, r *http.R
|
|||
}
|
||||
|
||||
h.sessions.Broadcast(
|
||||
event.SCREEN_UPDATED,
|
||||
message.ScreenSize{
|
||||
Event: event.SCREEN_UPDATED,
|
||||
Width: data.Width,
|
||||
Height: data.Height,
|
||||
Rate: data.Rate,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue