Skip to content

Handle errors from the magic-wormhole interaction

Jean-Paul Calderone requested to merge 73.dont-defunct into main

Relates to #73 (closed) but more work is required to complete that issue.

This MR takes the existing performEventInThread used only for invite handling, gives it error handling, and does something useful with those errors on the Magic-Folders view page. Future work should be using performEventInThread instead of performEvent / performEvent_ elsewhere in the app.

Merge request reports