mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-04 11:17:45 +00:00
Update dependencies and go1.18 (#1873)
* Update dependencies and go1.18 * Exclude unnecessary linters and update build to go1.18
This commit is contained in:
@ -166,7 +166,7 @@ func (b *Builder) processV3(sessionRecord *record.Session,
|
||||
if message.PreKeyID() != nil && message.PreKeyID().Value != medium.MaxValue {
|
||||
return message.PreKeyID(), nil
|
||||
}
|
||||
return nil, nil
|
||||
return optional.NewEmptyUint32(), nil
|
||||
}
|
||||
|
||||
// ProcessBundle builds a new session from a PreKeyBundle retrieved
|
||||
|
Reference in New Issue
Block a user