Skip to content

Commit

Permalink
#32
Browse files Browse the repository at this point in the history
  • Loading branch information
ieew committed Aug 8, 2022
1 parent a90ee29 commit c7a01be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions nonebot/adapters/mirai2/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ def process_quote(bot: "Bot", event: Union[MessageEvent, GroupMessage]) -> Messa
event.quote = MessageQuote.parse_obj(quote.data)
if quote.data['senderId'] == event.self_id:
event.to_me = True
else:
event.message_chain.insert(0, quote)
return event


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot_adapter_mirai2"
version = "0.0.14"
version = "0.0.15"
description = "兼容 MiraiApiHttp2.x 的 nonebot2_adapter"
authors = ["ieew <i@ieew.cc>"]
license = "AGPL-3.0"
Expand Down

0 comments on commit c7a01be

Please sign in to comment.