Closed rschrenk closed 3 years ago
Hello,
I used your plugin as inspiration to create a moodle module. @mudrd8mz made me aware of the fact that the plugin shares the users language with the MS Teams App and this should be revealed using the privacy API (https://github.com/center-for-learning-management/moodle-mod_msteams/issues/11).
I already implemented this in my plugin, so perhaps you can also use this piece of code to improve your use of privacy API.
https://github.com/center-for-learning-management/moodle-mod_msteams/blob/master/classes/privacy/provider.php
Kind regards
Thank you @rschrenk for sharing!
@rschrenk
Thank you for your input! The privacy API has been updated.
Hello,
I used your plugin as inspiration to create a moodle module. @mudrd8mz made me aware of the fact that the plugin shares the users language with the MS Teams App and this should be revealed using the privacy API (https://github.com/center-for-learning-management/moodle-mod_msteams/issues/11).
I already implemented this in my plugin, so perhaps you can also use this piece of code to improve your use of privacy API.
https://github.com/center-for-learning-management/moodle-mod_msteams/blob/master/classes/privacy/provider.php
Kind regards