Fix conversation home reachability and Android timeout
This commit is contained in:
@@ -90,7 +90,13 @@ public class BossApiClient {
|
||||
}
|
||||
|
||||
public ApiResponse getConversationHome() throws IOException, JSONException {
|
||||
return requestWithRestore("GET", "/api/v1/conversations/home", null);
|
||||
return requestWithRestoreRaw(
|
||||
"GET",
|
||||
"/api/v1/conversations/home",
|
||||
null,
|
||||
DEFAULT_CONNECT_TIMEOUT_MS,
|
||||
CONVERSATIONS_READ_TIMEOUT_MS
|
||||
);
|
||||
}
|
||||
|
||||
public ApiResponse getConversationFolder(String folderKey) throws IOException, JSONException {
|
||||
|
||||
Reference in New Issue
Block a user