Hey everyone!
I'm back with yet another beta test, this time open to everyone! This extension does not yet have the feature set to be public yet but for those of you who know their way around the command line it works!
To install, first install the extension: composer require kyrne/sylloge
.
Next, setup this cron job * * * * * cd /path-to-your-project && php flarum schedule:run >> /dev/null 2>&1
Replacing /path-to-your-project with the root directory of your Flarum install. Some of you may already have this cron setup if you've used new versions of best-answer.
Finally, tell users to change their digest settings (daily/weekly/none) in their settings page. New users will have a checkbox on register.
Please report any issues in this thread.