wuroy.eth 1 개월 전
부모
커밋
92dc9cfb65
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      internal/pkg/customer_of_im/channel/channel.go

+ 1 - 0
internal/pkg/customer_of_im/channel/channel.go

@@ -58,6 +58,7 @@ func (c *Channel) beforeSendReply(reply *ReplyMessage) error {
 			}
 			switch item.Type {
 			case "TEXT":
+				reply.Type = proto.EnumContentType_Text
 				reply.Content = item.Content
 				_ = c.beforeSendReply(reply)
 			default: