From a799d16509cd1e13d7b13bb0b491572f52d9f519 Mon Sep 17 00:00:00 2001 From: shoopea Date: Tue, 5 Nov 2019 10:36:16 +0800 Subject: [PATCH] fix type --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index e83baa4..1a3c6c9 100644 --- a/main.go +++ b/main.go @@ -38,8 +38,8 @@ var ( ownUserID32 = int32(0) lastOwnTDMsg time.Time lastOwnTDMsgMux sync.Mutex - lastChatTDMsg map[uint64]time.Time - lastChatTDMsgMux map[uint64]sync.Mutex + lastChatTDMsg map[int64]time.Time + lastChatTDMsgMux map[int64]sync.Mutex lastChatMsgMux sync.RWMutex MQCWMsgQueue chan ChatWarsMessage MQTGCmdQueue chan TGCommand