up
This commit is contained in:
+1
-1
@@ -172,7 +172,7 @@ class WhatsAppBotManager {
|
||||
const stats = await this.apiCall('get_stats.php');
|
||||
this.updateStats(stats);
|
||||
|
||||
const recentconversationsResponse = await this.apiCall('get_recent_conversations.php');
|
||||
const recentconversationsResponse = await this.apiCall('get_recent_messages.php');
|
||||
if (recentconversationsResponse && recentconversationsResponse.success && Array.isArray(recentconversationsResponse.data)) {
|
||||
this.updateRecentconversations(recentconversationsResponse.data);
|
||||
} else if (recentconversationsResponse && Array.isArray(recentconversationsResponse)) {
|
||||
|
||||
Reference in New Issue
Block a user