fix
This commit is contained in:
parent
4c08a23b73
commit
bea1f95b85
@ -40,7 +40,7 @@ func getLockedIdleClient() (*ChirpClient, error) {
|
|||||||
ids := make([]int64, 0)
|
ids := make([]int64, 0)
|
||||||
for id, c := range clients {
|
for id, c := range clients {
|
||||||
if c.CWIdle {
|
if c.CWIdle {
|
||||||
ids := append(ids, c.TGUserID64)
|
ids = append(ids, c.TGUserID64)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
muxClients.RUnlock()
|
muxClients.RUnlock()
|
||||||
|
Loading…
Reference in New Issue
Block a user