Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
v1.13.2
Browse files Browse the repository at this point in the history
update doc
  • Loading branch information
ForteScarlet committed May 23, 2020
1 parent 7690a92 commit 74d61b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,25 +80,6 @@ public enum MsgGetTypes {
*/
privateMsgDelete(PrivateMsgDelete.class),

//**************** 1.7.0增加,一些期望中可能存在的监听API ****************//

/**
* 群消息撤回事件
* 目前只有mirai组件支持
* @since 1.13.2 or .. 1.14?
*/
// @Deprecated
groupMsgDeleted(GroupMsgDelete.class),

/**
* 私信消息撤回事件
* 目前只有mirai组件支持
* @since 1.13.2 or .. 1.14?
*/
// @Deprecated
privateMsgDeleted(PrivateMsgDelete.class),


/**
* 其他未知的类型,可尝试用于其他自定义监听
* ※ 用处不大了,提供了枚举的自定义实例,此元素后期考虑删除。
Expand Down
5 changes: 2 additions & 3 deletions update.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

# 1.13.2
- 修改`BaseConfiguation`一些字段的访问权限
- 开放`MsgGetTypes`的群撤回与私信撤回

# 1.13.1
- `beanUtils`替换为`hutool-core`
- `IOUtils`替换为`hutool-core`
- `BeanUtils`替换为`hutool-core`
- `IOUtils`替换为`hutool-core`
- `ListenerManager`中尝试使用新的紧凑map
- 修复`botManager`中可能会导致无法获取info的情况
- `SimpleRobotContext`实现`Closeable`接口
Expand Down

0 comments on commit 74d61b0

Please sign in to comment.