@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
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't lock subscription in PhameBlog

Summary: Ref T11687. Subscription to Blogs comes with many additional features, don't lock people in.

Test Plan: Saw I was no longer subscribed.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T11687

Differential Revision: https://secure.phabricator.com/D16589

+1 -1
+1 -1
src/applications/phame/storage/PhameBlog.php
··· 361 361 362 362 363 363 public function isAutomaticallySubscribed($phid) { 364 - return ($this->creatorPHID == $phid); 364 + return false; 365 365 } 366 366 367 367