This commit is contained in:
shoopea 2019-04-29 13:46:24 +08:00
parent cb06931002
commit 23d3acbb37

View File

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