diff --git a/app/web_hub.go b/app/web_hub.go index ad8d9e233f..21ed341ce5 100644 --- a/app/web_hub.go +++ b/app/web_hub.go @@ -227,7 +227,9 @@ func (h *Hub) Start() { } if userId == webConCandidate.UserId { found = true - break + if indexToDel != -1 { + break + } } }