@ -329,7 +329,7 @@ func UnzipMessages(z []byte) error {
zr, err := zip.NewReader(r, len(z))
for _, f := range zr.File {
log.Fprintf("File : %s\n", f.Name)
log.Printf("File : %s\n", f.Name)
}
return nil
The note is not visible to the blocked user.