You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
registerErr:=errors.New(`registerE2EEGroupKey failed: API error 400: {"code":10051,"message":"RESPONSE_ERROR","data":{"name":"TalkException","message":"TalkException","code":100,"reason":"exceed max member","parameterMap":{}}}`)
128
+
err:=lineGroupE2EEFetchFailureError(fmt.Errorf("auto-register group key: %w", registerErr))
129
+
iferr!=nil {
130
+
t.Fatalf("err = %v, want nil to allow plaintext fallback", err)
0 commit comments