Select the types of activity you want to include in your feed.
@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
···66666767 'user.default-profile-image-phid' => 'PHID-FILE-f57aaefce707fc4060ef',
68686969+ // When email is sent, try to hand it off to the MTA immediately. The only
7070+ // reason to disable this is if your MTA infrastructure is completely
7171+ // terrible. If you disable this option, you must run the 'metamta_mta.php'
7272+ // daemon or mail won't be handed off to the MTA.
7373+ 'metamta.send-immediately' => true,
7474+697570767177);
+3
scripts/daemons/metamta/metamta_mta.php
···11+<?php
22+33+// Placeholder so I don't forget about this, hopefully.