mirror of
https://github.com/moodle/moodle.git
synced 2025-04-04 07:52:48 +02:00
Those individual conversations created with one's self (via admin user bulk actions) are now supported in get_conversations(). These had two records with the same userid in the message_conversation_members table. The following adjustments have been made to accomodate these: - Member count adjusted to read 1, not 2 for 'self' conversations. - Member information for the current user now returned for 'self' conversations. - The method now tracks 'self' conversations via $selfconversations.