mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-04 19:32:17 +08:00 
			
		
		
		
	fix: remove repeat append logic.
This commit is contained in:
		
							parent
							
								
									cc2f993eab
								
							
						
					
					
						commit
						9c3d70ffe2
					
				@ -3,10 +3,11 @@ package mgo
 | 
			
		||||
import (
 | 
			
		||||
	"context"
 | 
			
		||||
	"fmt"
 | 
			
		||||
	"time"
 | 
			
		||||
 | 
			
		||||
	"github.com/openimsdk/open-im-server/v3/pkg/common/storage/database"
 | 
			
		||||
	"github.com/openimsdk/open-im-server/v3/pkg/common/storage/model"
 | 
			
		||||
	"github.com/openimsdk/tools/utils/datautil"
 | 
			
		||||
	"time"
 | 
			
		||||
 | 
			
		||||
	"github.com/openimsdk/protocol/constant"
 | 
			
		||||
	"github.com/openimsdk/protocol/msg"
 | 
			
		||||
@ -358,7 +359,6 @@ func (m *MsgMgo) SearchMessage(ctx context.Context, req *msg.SearchMessageReq) (
 | 
			
		||||
			msgInfo.Msg.ContentType = constant.MsgRevokeNotification
 | 
			
		||||
			msgInfo.Msg.Content = string(content)
 | 
			
		||||
		}
 | 
			
		||||
		msgs = append(msgs, msgInfo)
 | 
			
		||||
	}
 | 
			
		||||
	//start := (req.Pagination.PageNumber - 1) * req.Pagination.ShowNumber
 | 
			
		||||
	//n := int32(len(msgs))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user