diff --git a/internal/conversation_msg/conversation.go b/internal/conversation_msg/conversation.go index ea4ad974e..3e45e8018 100644 --- a/internal/conversation_msg/conversation.go +++ b/internal/conversation_msg/conversation.go @@ -496,6 +496,8 @@ func (c *Conversation) filterMsg(temp *sdk_struct.MsgStruct, searchParam *sdk.Se } case constant.Picture: fallthrough + case constant.Sound: + fallthrough case constant.Video: if len(searchParam.KeywordList) == 0 { return false