From 23d3acbb378d9da1cb6402af8e92c939b4a38413 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 29 Apr 2019 13:46:24 +0800 Subject: [PATCH] test --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 27237fa..438a231 100644 --- a/main.go +++ b/main.go @@ -143,7 +143,7 @@ func ListenCW(c *tdlib.Client) { UserID64 : ownUserID64, MsgText : string(txt), MsgID64 : updateMsg.Message.ID, - } + } if senderUserID == ownUserID64 { m.Direction = Outgoing } else