wuroy.eth 1 kuukausi sitten
vanhempi
commit
92dc9cfb65
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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: