1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-07-27 14:13:47 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
ec4a339b2c Merge branch 'dev' into dependabot/go_modules/golang.org/x/image-0.10.0 2024-02-26 21:56:45 +09:00
29335f35e1 chore(deps): bump golang.org/x/image from 0.9.0 to 0.10.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/golang/image/compare/v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 21:38:41 +00:00

View File

@ -461,7 +461,7 @@ func PasswordHashDecrypt(encryptedPasswordHash string, key []byte) ([]byte, erro
func newClient() *client.QQClient { func newClient() *client.QQClient {
c := client.NewClientEmpty() c := client.NewClientEmpty()
c.UseFragmentMessage = base.ForceFragmented c.UseFragmentMessage = base.ForceFragmented
c.OnServerUpdated(func(_ *client.QQClient, _ *client.ServerUpdatedEvent) bool { c.OnServerUpdated(func(_ *client.QQClient, e *client.ServerUpdatedEvent) bool {
if !base.UseSSOAddress { if !base.UseSSOAddress {
log.Infof("收到服务器地址更新通知, 根据配置文件已忽略.") log.Infof("收到服务器地址更新通知, 根据配置文件已忽略.")
return false return false