Skip to content

Commit

Permalink
chore: 移除反转义
Browse files Browse the repository at this point in the history
`Dodo` 程序员,你摆烂那我没办法,你这平台这辈子也就这样了,别人问你,为什么你们家 `Markdown` 文本不吃反转义,你就说:啊对对对。别人问你说为什么 `SDK` 跟文档对不上?你就接着:啊对对对,开摆就完事了呗。希望你们 `Dodo` 平台对你们自己的人生也是这个态度。桥洞底下盖小被,啊对对对,对就完事了呗
  • Loading branch information
Szzrain committed Oct 28, 2023
1 parent 35cb518 commit 90564cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dice/platform_adapter_dodo.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ func (pa *PlatformAdapterDodo) SendToChatRaw(ctx *MsgContext, uid string, text s
Content string `json:"content"`
Type string `json:"type"`
}{
Content: convertLinksToMarkdown(antiMarkdownFormat(e.Content)),
Content: convertLinksToMarkdown(e.Content),
Type: "dodo-md",
},
})
Expand Down

0 comments on commit 90564cf

Please sign in to comment.