fix: the original quoted message is withdrawn and the quoted original… #1127
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
lint:
internal/api/msg.go#L292
shadow: declaration of "err" shadows declaration at line 287 (govet)
|
lint:
internal/msggateway/client.go#L79
func `newClient` is unused (unused)
|
lint:
internal/msggateway/hub_server.go#L153
S1002: should omit comparison to bool constant, can be simplified to `client.IsBackground` (gosimple)
|
lint:
internal/msggateway/long_conn.go#L106
S1008: should use 'return d.conn == nil' instead of 'if d.conn != nil { return false }; return true' (gosimple)
|
lint:
internal/msggateway/n_ws_server.go#L60
var `bufferPool` is unused (unused)
|
lint:
internal/msggateway/n_ws_server.go#L377
copylocks: call of log.ZInfo copies lock value: sync/atomic.Int64 contains sync/atomic.noCopy (govet)
|
lint:
internal/msggateway/user_map.go#L61
copylocks: call of log.ZDebug copies lock value: github.com/openimsdk/open-im-server/v3/internal/msggateway.Client contains sync/atomic.Bool contains sync/atomic.noCopy (govet)
|
lint:
internal/msggateway/user_map.go#L66
copylocks: call of log.ZDebug copies lock value: github.com/openimsdk/open-im-server/v3/internal/msggateway.Client contains sync/atomic.Bool contains sync/atomic.noCopy (govet)
|
lint:
internal/msgtransfer/init.go#L54
shadow: declaration of "err" shadows declaration at line 50 (govet)
|
lint:
internal/msgtransfer/init.go#L65
shadow: declaration of "err" shadows declaration at line 50 (govet)
|