@ -163,5 +163,6 @@ class ActionBox(urwid.ListBox):
app = App()
try:
app.loop.run()
except KeyboardInterrupt:
app.terminate()
except (KeyboardInterrupt, urwid.ExitMainLoop):
exit(0)
The note is not visible to the blocked user.