gotd: add time synchronization
This commit is contained in:
@@ -19,7 +19,7 @@ func (c *Conn) handleMessage(msgID int64, b *bin.Buffer) error {
|
||||
case mt.NewSessionCreatedTypeID:
|
||||
return c.handleSessionCreated(b)
|
||||
case mt.BadMsgNotificationTypeID, mt.BadServerSaltTypeID:
|
||||
return c.handleBadMsg(b)
|
||||
return c.handleBadMsg(msgID, b)
|
||||
case mt.FutureSaltsTypeID:
|
||||
return c.handleFutureSalts(b)
|
||||
case proto.MessageContainerTypeID:
|
||||
|
||||
Reference in New Issue
Block a user