catalyst / moodle-mod_reengagement

Allows timed release of content and emails users to remind them to complete a course activity
23 stars 40 forks source link

Remove prompt to download mobile app #109

Closed rmeske closed 2 years ago

rmeske commented 2 years ago

Hello,

When reengagement emails are sent out the following line is appended to the bottom of the email. Reading this in an email? Download the mobile app and receive notifications on your mobile device.

There should be a setting to make this message optional.

alexmorrisnz commented 2 years ago

That message comes from within Moodle and is not a message that this plugin can control, so we cannot add a setting to make it optional.

If you want to disable it for your site you can disable the 'enablemobilewebservice' config setting, or modify the code inside the tool_mobile plugin.