@ -26,9 +26,11 @@ func (mr *FilterRouter) ValidRouter(router string) bool {
return true
}
matches := mr.regex.FindStringSubmatch(router)
if len(matches) > 0 {
if len(matches[0]) == len(router) {
return false
The note is not visible to the blocked user.