Skip to content

Commit

Permalink
move MessageContent package and deploy;
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Nov 21, 2020
1 parent c547d26 commit 9ee232d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 6 additions & 1 deletion UPDATE.MD
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,15 @@ mirai组件中优化 `MessageContentBuilder` 中,通过input流和byte数组

- fix #1 : 修复 `@Filters` 导致纯文本消息监听失效。
- fix #2 :修复动态参数解析。
- try fix #3 : 尝试修复mirai组件执行一段时间后会自行关闭的问题。
- fix #3 : 尝试修复mirai组件执行一段时间后会自行关闭的问题。


## ALPHA.5(NOW)

变更开发分支为 `dev`.
`alpha` 分支为目前已部署的alpha最终内容。


存在不兼容更新且本次更新仅包含以下的不兼容内容。
### api
- ※ 不兼容更新:`MessageContent` 包路径变更:`love.forte.simbot.api.message.event.MessageContent` -> `love.forte.simbot.api.message.MessageContent`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ constructor(
): HttpResponse<T> = runBlocking {
val response: KtorHttpResponse = client.get(url) {

Cookie()

headers?.forEach { (k, vs) ->
headers {
appendAll(k, vs)
Expand Down

0 comments on commit 9ee232d

Please sign in to comment.