eat: add filtering for invalid messages and invalid conversations to prevent data-fetching exceptions after conversations are deleted.

This commit is contained in:
Gordon
2025-07-29 16:00:08 +08:00
parent 55113e5277
commit a893141ae6
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -23,6 +23,8 @@ import (
"github.com/openimsdk/tools/s3/aws"
"github.com/openimsdk/tools/s3/disable"
"google.golang.org/grpc"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/pkg/common/storage/cache/redis"
"github.com/openimsdk/open-im-server/v3/pkg/common/storage/controller"
@@ -37,7 +39,6 @@ import (
"github.com/openimsdk/tools/s3/kodo"
"github.com/openimsdk/tools/s3/minio"
"github.com/openimsdk/tools/s3/oss"
"google.golang.org/grpc"
)
type thirdServer struct {