mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 05:03:00 -06:00
Update dependencies (#333)
This commit is contained in:
parent
ce22e03f9d
commit
182b4eea73
848 changed files with 377869 additions and 107280 deletions
3
vendor/github.com/vmihailenco/msgpack/v5/decode.go
generated
vendored
3
vendor/github.com/vmihailenco/msgpack/v5/decode.go
generated
vendored
|
|
@ -341,6 +341,9 @@ func (d *Decoder) DecodeBool() (bool, error) {
|
|||
}
|
||||
|
||||
func (d *Decoder) bool(c byte) (bool, error) {
|
||||
if c == msgpcode.Nil {
|
||||
return false, nil
|
||||
}
|
||||
if c == msgpcode.False {
|
||||
return false, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue