@ -71,14 +71,13 @@ func (f *file) export(dstPath string) error {
return err
}
f.rewind()
fh, err := os.Create(dstPath)
if err != nil {
defer fh.Close()
if _, err := f.WriteTo(fh); err != nil {
The note is not visible to the blocked user.