-
released this
2026-04-03 17:34:11 +03:00 | 46 commits to main since this releaseתיקון קריטי
הצ'אט עם שירה נכשל ב-500 עם השגיאה:
Cannot use object of type stdClass as array File: ConversationRepository.php Line: 143סיבה: EspoCRM מחזיר JSON data מה-DB כ-
stdClassobjects. הקוד ניסה לגשת אליהם עם array syntax ($data[$i]['role']) שלא עובד עלstdClass.תיקון: המרה עמוקה ל-associative arrays עם
json_decode(json_encode(...), true)בכל 3 המקומות ב-ConversationRepositoryשקוראיםmessagesData.Downloads