<@U0L8Y9QLV>, actually `if (error.isValid &amp;&am...
# announcements
i
@jasper, actually
if (error.isValid && message?.isNotBlank() == false)
and
if (error.isValid && message?.isNotBlank())
are not the same.
if (error.isValid && message?.isBlank())
but still && wont work