@@ -37,6 +37,6 @@ func (e *Error) UnmarshalJSON(buf []byte) error {
return err
}
e.Src, e.Dst, e.Err = m.Src, e.Dst, fmt.Errorf(m.Err)
e.Src, e.Dst, e.Err = m.Src, m.Dst, fmt.Errorf(m.Err)
return nil
The note is not visible to the blocked user.