6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-24 07:48:19 +00:00

Fix SyntaxError :D (#132)

Co-authored-by: James Mills <prologic@shortcircuit.net.au>
Reviewed-on: https://git.mills.io/saltyim/saltyim/pulls/132
Reviewed-by: xuu <xuu@noreply@mills.io>
Co-authored-by: James Mills <james@mills.io>
Co-committed-by: James Mills <james@mills.io>
This commit is contained in:
James Mills 2022-04-03 01:11:33 +00:00 committed by xuu
parent 5b01e82897
commit 908e4cf525
2 changed files with 3 additions and 3 deletions

@ -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()

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfc1cdc5ff7fd12413b61cea7f7411a75c64b19e861ad4734db46a45b19a0a5e
size 28572009
oid sha256:3307a27d4095b3993f811f6c8ff81aec98f43c9e09968e7fc7a965a8df6ee303
size 28582389