Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
159 changes: 90 additions & 69 deletions conversation/conversation.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions conversation/conversation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,15 @@ message UpdateConversationResp {}
message GetFullOwnerConversationIDsReq {
uint64 idHash = 1;
string userID = 2;
openim.sdkws.RequestPagination pagination = 3;
}

message GetFullOwnerConversationIDsResp {
uint64 version = 1;
string versionID = 2;
bool equal = 3;
repeated string conversationIDs = 4;
int64 total = 5;
}

message GetIncrementalConversationReq {
Expand Down
Loading