summaryrefslogtreecommitdiffstats
path: root/app/web_hub.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/web_hub.go')
-rw-r--r--app/web_hub.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/web_hub.go b/app/web_hub.go
index ad8d9e233..21ed341ce 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
+ }
}
}