mirror of
https://github.com/mattermost/mattermost.git
synced 2026-08-26 21:27:40 -05:00
Fix small bug in webhub. (#5229)
This commit is contained in:
+3
-1
@@ -227,7 +227,9 @@ func (h *Hub) Start() {
|
||||
}
|
||||
if userId == webConCandidate.UserId {
|
||||
found = true
|
||||
break
|
||||
if indexToDel != -1 {
|
||||
break
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user