Fix error toast when failing to join room. #113

Merged
hodlbod merged 2 commits from bugfix/error-toast-on-room-join into dev 2026-04-02 19:35:46 +00:00
Collaborator

The handleJoinError function 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)

The `handleJoinError` function got removed in https://gitea.coracle.social/coracle/flotilla/pulls/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)
hodlbod reviewed 2026-04-01 21:08:46 +00:00
@@ -48,0 +55,4 @@
message = "Connection timed out. Please check your network and try again."
else if (e instanceof Error) message = e.message
pushToast({theme: "error", message})
}
Owner

ok but no-bracket elses are asking for trouble

ok but no-bracket elses are asking for trouble
mplorentz requested review from hodlbod 2026-04-02 19:30:51 +00:00
hodlbod added 2 commits 2026-04-02 19:35:37 +00:00
hodlbod force-pushed bugfix/error-toast-on-room-join from a731d0f3a3 to d70391905a 2026-04-02 19:35:37 +00:00 Compare
hodlbod merged commit c5fcf12165 into dev 2026-04-02 19:35:46 +00:00
hodlbod deleted branch bugfix/error-toast-on-room-join 2026-04-02 19:35:47 +00:00
Sign in to join this conversation.