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)
|
ownUserID32 = int32(0)
|
||||||
lastOwnTDMsg time.Time
|
lastOwnTDMsg time.Time
|
||||||
lastOwnTDMsgMux sync.Mutex
|
lastOwnTDMsgMux sync.Mutex
|
||||||
lastChatTDMsg map[uint64]time.Time
|
lastChatTDMsg map[int64]time.Time
|
||||||
lastChatTDMsgMux map[uint64]sync.Mutex
|
lastChatTDMsgMux map[int64]sync.Mutex
|
||||||
lastChatMsgMux sync.RWMutex
|
lastChatMsgMux sync.RWMutex
|
||||||
MQCWMsgQueue chan ChatWarsMessage
|
MQCWMsgQueue chan ChatWarsMessage
|
||||||
MQTGCmdQueue chan TGCommand
|
MQTGCmdQueue chan TGCommand
|
||||||
|
Loading…
Reference in New Issue
Block a user