-
Improvement
-
Resolution: Fixed
-
Minor
-
5.0
-
MOODLE_500_STABLE
-
MOODLE_500_STABLE
-
MDL-84342-main -
-
-
2
-
Team Dragons 2025 Sprint 1.2
Implementing logic to handle reducing the length of messages that exceed the provider's max length. At this stage it should just truncate the message when it hits the max length.
Couple of possibilities:
- Just add a simple truncate
- Add the simple truncate as a part of the API and add it as a default, and allow gateways to extend and give their own allowed length.
This requirement was initially added in MDL-83518, but this tracker was created to make sure we follow the right approach and get the work the done independently without having to block the major ones.