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