From 267d68d673432ccbe150e347aa77a3dc1d92cdac Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 25 Feb 2019 20:04:15 -0800 Subject: [PATCH] fixup! Display "still sending" messages. --- src/Main.elm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Main.elm b/src/Main.elm index 164ef9e..6c47e12 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -49,6 +49,7 @@ init _ url key = } , errors = [] , roomText = Dict.empty + , sending = Dict.empty , transactionId = 0 , userData = Dict.empty , connected = True