add(conversation):完善私聊好友会话服务
This commit is contained in:
@@ -22,6 +22,12 @@ namespace IM_API.Interface.Services
|
||||
/// </summary>
|
||||
/// <param name="userId">用户id</param>
|
||||
/// <returns></returns>
|
||||
Task<List<Conversation>> GetConversationsAsync(int userId);
|
||||
Task<List<ConversationDto>> GetConversationsAsync(int userId);
|
||||
/// <summary>
|
||||
/// 获取指定用户的所有推送标识符
|
||||
/// </summary>
|
||||
/// <param name="userId"></param>
|
||||
/// <returns></returns>
|
||||
Task<List<string>> GetUserAllStreamKeyAsync(int userId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user