A Flarum extension. Enables saving of discussion drafts.
Install with composer:
composer require fof/drafts:"*"
crontab -e
Then add
* * * * * cd /path-to-your-project && php flarum schedule:run
For more info, see this blog post
composer update fof/drafts
An extension by FriendsOfFlarum.