remove HostID.

This commit is contained in:
Miroslav Šedivý 2020-12-02 00:04:36 +01:00
parent bdd8bdab72
commit 964588b328

View File

@ -66,7 +66,6 @@ func (h *RoomHandler) controlRelease(w http.ResponseWriter, r *http.Request) {
message.ControlHost{
Event: event.CONTROL_HOST,
HasHost: false,
HostID: session.ID(),
}, nil)
utils.HttpSuccess(w)