mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-16 23:09:01 +08:00
verification gor joining group chat
This commit is contained in:
+312
-300
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,9 @@
|
||||
syntax = "proto3";
|
||||
import "Open_IM/pkg/proto/sdk_ws/wrappers.proto";
|
||||
option go_package = "./sdk_ws;server_api_params";
|
||||
package server_api_params;
|
||||
|
||||
|
||||
////////////////////////////////base///////////////////////////////
|
||||
|
||||
|
||||
@@ -18,6 +20,7 @@ message GroupInfo{
|
||||
int32 status = 10;
|
||||
string creatorUserID = 11;
|
||||
int32 groupType = 12;
|
||||
google.protobuf.Int32Value needVerification = 13;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user