@@ -21,6 +21,10 @@ func verifyLastStatesHelper(state *State, visited map[*State]bool) {
state.isLast = true
return
}
if state.transitions[state.content] == state { // Eg. a*
if visited[state] == true {
The note is not visible to the blocked user.