@ -82,7 +82,9 @@ func loopbackInterface() string {
if err != nil {
return "localhost"
}
return strings.Split(a[0].String(), "/")[0]
if !strings.Contains(a[0].String(), "::") {
The note is not visible to the blocked user.