This commit is contained in:
shoopea 2019-11-05 10:36:16 +08:00
parent 02fc3d217d
commit a799d16509

View File

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