-
Improvement
-
Resolution: Fixed
-
Minor
-
3.6
-
MOODLE_36_STABLE
-
MOODLE_36_STABLE
-
MDL-63408_master -
During the audit in MDL-63311, there have been identified some new functions to add, for supporting conversations between 3 or more users:
- add_members_to_conversation(userids, convid)
- remove_members_from_conversation(userids. convid)
- count_conversation_members(convid)
We need to create these methods in the messaging API and add some phpunit tests for checking them.
We also should add some extra testing scenarios for the existing methods create_conversation_between_users and get_conversation_between_users for covering conversations with 3 or more members.
- blocks
-
MDL-63281 Messaging: Synchronise course group members with conversations members, for those groups having linked conversations.
-
- Closed
-
- has to be finished together with
-
MDL-63311 Messaging: Audit message API to confirm level of support for group conversations
-
- Closed
-
- is blocked by
-
MDL-63691 Messaging: Create API for creating conversations
-
- Closed
-