mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-16 14:59:01 +08:00
Merge remote-tracking branch 'origin/v3dev' into v3dev
# Conflicts: # pkg/proto/user/user.pb.go
This commit is contained in:
@@ -142,7 +142,8 @@ message userRegisterCountReq {
|
||||
|
||||
message userRegisterCountResp {
|
||||
int64 total = 1;
|
||||
map<string, int64> count = 2;
|
||||
int64 before = 2;
|
||||
map<string, int64> count = 3;
|
||||
}
|
||||
|
||||
service user {
|
||||
|
||||
Reference in New Issue
Block a user