From cb06931002f07f037e481c081bc1cf427d395c17 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 29 Apr 2019 13:45:22 +0800 Subject: [PATCH] fix --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 571851b..27237fa 100644 --- a/main.go +++ b/main.go @@ -147,7 +147,7 @@ func ListenCW(c *tdlib.Client) { if senderUserID == ownUserID64 { m.Direction = Outgoing } else - n.Direction = Incoming + m.Direction = Incoming } username := "null"