Page MenuHomePhabricator

D11046.id.diff
No OneTemporary

D11046.id.diff

diff --git a/src/applications/feed/config/PhabricatorFeedConfigOptions.php b/src/applications/feed/config/PhabricatorFeedConfigOptions.php
--- a/src/applications/feed/config/PhabricatorFeedConfigOptions.php
+++ b/src/applications/feed/config/PhabricatorFeedConfigOptions.php
@@ -14,6 +14,7 @@
public function getOptions() {
return array(
$this->newOption('feed.public', 'bool', false)
+ ->setLocked(true)
->setBoolOptions(
array(
pht('Allow anyone to view the feed'),
@@ -30,6 +31,7 @@
"NOTE: You must also set `policy.allow-public` to true for this ".
"setting to work properly.")),
$this->newOption('feed.http-hooks', 'list<string>', array())
+ ->setLocked(true)
->setSummary(pht('POST notifications of feed events.'))
->setDescription(
pht(

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 16, 5:50 PM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223522
Default Alt Text
D11046.id.diff (869 B)

Event Timeline