Skip to content

Commit 1092933

Browse files
HornCopperwyapx
andauthored
Update lagrange/pb/status/friend.py
Co-authored-by: nullcat <a1025952421@outlook.com>
1 parent 412ff5a commit 1092933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lagrange/pb/status/friend.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class PBFriendRecall(ProtoStruct):
1717
class FriendRequestInfo(ProtoStruct):
1818
to_uid: str = proto_field(1)
1919
from_uid: str = proto_field(2)
20-
verify: str = proto_field(10) # 验证消息:我是...
20+
verify: str = proto_field(10) # 验证消息:我是...
2121
source: str = proto_field(11)
2222

2323
class PBFriendRequest(ProtoStruct):

0 commit comments

Comments
 (0)