mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-14 05:56:00 +08:00
del notification
This commit is contained in:
@@ -173,6 +173,14 @@ message GetUserConversationIDsHashResp {
|
||||
uint64 hash = 1;
|
||||
}
|
||||
|
||||
message GetConversationByConversationIDReq {
|
||||
string conversationID = 1;
|
||||
}
|
||||
|
||||
message GetConversationByConversationIDResp {
|
||||
Conversation conversation = 1;
|
||||
}
|
||||
|
||||
service conversation {
|
||||
rpc ModifyConversationField(ModifyConversationFieldReq)returns(ModifyConversationFieldResp);
|
||||
rpc GetConversation(GetConversationReq)returns(GetConversationResp);
|
||||
@@ -189,4 +197,5 @@ service conversation {
|
||||
rpc GetConversationsHasReadAndMaxSeq(GetConversationsHasReadAndMaxSeqReq) returns(GetConversationsHasReadAndMaxSeqResp);
|
||||
rpc SetConversations(SetConversationsReq) returns(SetConversationsResp);
|
||||
rpc GetUserConversationIDsHash(GetUserConversationIDsHashReq) returns(GetUserConversationIDsHashResp);
|
||||
rpc GetConversationByConversationID(GetConversationByConversationIDReq) returns(GetConversationByConversationIDResp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user