mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-03 03:11:01 +01:00
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
This commit is contained in:
parent
a799d0a893
commit
01afa791ab
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ final class PhameBlog extends PhameDAO
|
||||||
|
|
||||||
|
|
||||||
public function isAutomaticallySubscribed($phid) {
|
public function isAutomaticallySubscribed($phid) {
|
||||||
return ($this->creatorPHID == $phid);
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue