fix type
This commit is contained in:
parent
02fc3d217d
commit
a799d16509
4
main.go
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user