moodleou / moodle-mod_oublog

Alternative blog module for Moodle 2 (including course blogs)
31 stars 29 forks source link

Privacy: implement core_userlist_provider functions #99

Closed kristian-94 closed 1 year ago

kristian-94 commented 5 years ago

This should fix issue #97

Simply grab user id's from editing, commenting, and post created DB tables, for the given context.

Used the delete_data_for_user function as a template here and expanded it to select more than just one given user, but a list of users as input. Other than that it should function the same.