@@ -27,7 +27,7 @@ func main() {
log.Printf("received: %v\n", msg)
authConnOrNil := getConnectionDataIfAuth(conn)
if authConnOrNil == nil {
handleUnauthenticatedMessage(ctx, conn, msg)
handleUnauthenticatedMessage(conn, msg)
} else {
handleAuthenticatedMessage(conn, msg)
}
The note is not visible to the blocked user.