Hi all,
Important update soon. Until now, if you make changes to the .htconfig.php file, they will be wiped after each Streams YunoHost package upgrade. Too bad if you use cool stuff like Service Classes or PHPMailer.
So here's what I did: in .htconfig php I added an include. The file to be included is /home/yunohost.app/streams/extra_conf.php (or /home/yunohost.app/streams__X/extra_conf.php if you host several streams-based sites on your YunoHost server). Whenever you see instructions that say "Add this to .htconfig.php", you'll actually have to add it to extra_conf.php. Simple as that.
The package upgrade is being tested, it should be available in a matter of hours. I'll keep you updated.