feat: let master-agent dispatch real threads
This commit is contained in:
@@ -251,7 +251,7 @@ public class MainActivity extends AppCompatActivity {
|
||||
boolean settingsOk = false;
|
||||
|
||||
try {
|
||||
conversations = apiClient.getConversationHome();
|
||||
conversations = apiClient.getConversations();
|
||||
conversationsOk = conversations.ok();
|
||||
} catch (Exception ignored) {
|
||||
conversationsOk = false;
|
||||
|
||||
Reference in New Issue
Block a user