Gogs 13 hours ago
parent
commit
ae95d85bb1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bin/client_msg/msg.ts

+ 1 - 0
bin/client_msg/msg.ts

@@ -35,4 +35,5 @@ export enum MsgID {
     ReqAddFriend = 32,
     RecvAddFriendRequest = 33,
     OptAddFriendRequest = 34,
+    SearchUser = 35,
 }