Skip to content

Commit

Permalink
🐛 version 0.4.1
Browse files Browse the repository at this point in the history
fix #8
  • Loading branch information
RF-Tar-Railt committed Sep 18, 2023
1 parent ef63885 commit 48310ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot/adapters/red/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .event import GroupMessageEvent as GroupMessageEvent
from .event import PrivateMessageEvent as PrivateMessageEvent

__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion nonebot/adapters/red/api/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ class Message(BaseModel):
sendType: int
senderUid: Optional[str]
senderUin: Optional[str] # TODO: 等待 chronocat 0.0.43 修复
peerUid: str
peerUid: Optional[str] # TODO: 等待 chronocat 0.0.43 修复
peerUin: Optional[str]
channelId: str
guildId: str
Expand Down

0 comments on commit 48310ee

Please sign in to comment.