|
@@ -729,7 +729,7 @@ public class ImGroupCoreServiceImpl implements ImGroupCoreService {
|
|
|
*/
|
|
|
@Override
|
|
|
public Boolean deletePrivateRecentContact(String userId, String toUserId) throws Exception {
|
|
|
- return null;
|
|
|
+ return imPluginContext.getPluginService().deletePrivateRecentContact(userId, toUserId);
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -742,7 +742,7 @@ public class ImGroupCoreServiceImpl implements ImGroupCoreService {
|
|
|
*/
|
|
|
@Override
|
|
|
public Boolean deleteGroupRecentContact(String userId, String groupId) throws Exception {
|
|
|
- return null;
|
|
|
+ return imPluginContext.getPluginService().deleteGroupRecentContact(userId, groupId);
|
|
|
}
|
|
|
|
|
|
}
|