From 908e4cf52507e046d7c8bbe64dc9c1c1e1e5549b Mon Sep 17 00:00:00 2001 From: James Mills Date: Sun, 3 Apr 2022 01:11:33 +0000 Subject: [PATCH] Fix SyntaxError :D (#132) Co-authored-by: James Mills Reviewed-on: https://git.mills.io/saltyim/saltyim/pulls/132 Reviewed-by: xuu Co-authored-by: James Mills Co-committed-by: James Mills --- internal/pwa/components/saltychat.go | 2 +- internal/web/app.wasm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/pwa/components/saltychat.go b/internal/pwa/components/saltychat.go index 47bdc59..cf59610 100644 --- a/internal/pwa/components/saltychat.go +++ b/internal/pwa/components/saltychat.go @@ -140,7 +140,7 @@ func (h *SaltyChat) incomingMessage(ctx app.Context, action app.Action) { h.dialog.ShowDialog("incoming message error", err.Error()) return } -= + switch s := s.(type) { case *lextwt.SaltyText: user := s.User.String() diff --git a/internal/web/app.wasm b/internal/web/app.wasm index 3618da4..2237e03 100755 --- a/internal/web/app.wasm +++ b/internal/web/app.wasm @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dfc1cdc5ff7fd12413b61cea7f7411a75c64b19e861ad4734db46a45b19a0a5e -size 28572009 +oid sha256:3307a27d4095b3993f811f6c8ff81aec98f43c9e09968e7fc7a965a8df6ee303 +size 28582389