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