@ -144,7 +144,7 @@ func (t Tag) IsCompatible(tag Tag) bool {
return false
}
if t.Suffix != "" && tag.Suffix == "" {
if t.Suffix != "" && tag.Suffix == "" || t.Suffix == "" && tag.Suffix != "" {
The note is not visible to the blocked user.