@@ -249,7 +249,7 @@ func main() {
output.AuthSuccess = false
output.Results = fmt.Sprintf("Group search Error: %s", err)
} else {
output.Groups = strings.Join(groups[:], ",")
output.Groups = strings.Join(groups[:], ";")
}
b, _ := json.Marshal(output)
The note is not visible to the blocked user.