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
···9898 return false;
9999 }
100100101101- // TODO: Remove this once all edits go through the Editor. For now, some
102102- // old edits just do direct saves so make sure we nuke the cache.
103103- public function save() {
104104- PhabricatorUserCache::clearCache(
105105- PhabricatorUserPreferencesCacheType::KEY_PREFERENCES,
106106- $this->getUserPHID());
107107-108108- return parent::save();
109109- }
110110-111101 /**
112102 * Load or create a preferences object for the given user.
113103 *