mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
remove HostID.
This commit is contained in:
parent
bdd8bdab72
commit
964588b328
@ -66,7 +66,6 @@ func (h *RoomHandler) controlRelease(w http.ResponseWriter, r *http.Request) {
|
|||||||
message.ControlHost{
|
message.ControlHost{
|
||||||
Event: event.CONTROL_HOST,
|
Event: event.CONTROL_HOST,
|
||||||
HasHost: false,
|
HasHost: false,
|
||||||
HostID: session.ID(),
|
|
||||||
}, nil)
|
}, nil)
|
||||||
|
|
||||||
utils.HttpSuccess(w)
|
utils.HttpSuccess(w)
|
||||||
|
Loading…
Reference in New Issue
Block a user