Open
Description
OpenIM Server Version
v3.8.3-patch.4
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Source Code Deployment
Bug Description and Steps to Reproduce
Because the method pkg/common/storage/database/mgo/msg.go:SearchMessage
did not filter out empty messages, it means msgs[index].msg
maybe nil, it leads to:
- There may be a NPE on line 168 of the method internal/rpc/msg/sync_msg.go:SearchMessage.

- It is also incorrect that the query results contain empty messages themselves.
Screenshots Link
No response