@ -40,7 +40,7 @@ func getLockedIdleClient() (*ChirpClient, error) {
ids := make([]int64, 0)
for id, c := range clients {
if c.CWIdle {
ids := append(ids, c.TGUserID64)
ids = append(ids, c.TGUserID64)
}
muxClients.RUnlock()
The note is not visible to the blocked user.