Fix error toast when failing to join room. #113
Reference in New Issue
Block a user
Delete Branch "bugfix/error-toast-on-room-join"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
handleJoinErrorfunction got removed in #109... I'm confused how that happened because I think one of us would have caught it. I think I probably messed up a merge conflict while rebasing, but it's impossible to tell now. (Rewriting git history all the time stresses me out)@@ -48,0 +55,4 @@message = "Connection timed out. Please check your network and try again."else if (e instanceof Error) message = e.messagepushToast({theme: "error", message})}ok but no-bracket elses are asking for trouble
a731d0f3a3tod70391905a