Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14843396
D17808.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D17808.id.diff
View Options
diff --git a/src/applications/conpherence/conduit/ConpherenceCreateThreadConduitAPIMethod.php b/src/applications/conpherence/conduit/ConpherenceCreateThreadConduitAPIMethod.php
--- a/src/applications/conpherence/conduit/ConpherenceCreateThreadConduitAPIMethod.php
+++ b/src/applications/conpherence/conduit/ConpherenceCreateThreadConduitAPIMethod.php
@@ -11,6 +11,16 @@
return pht('Create a new conpherence thread.');
}
+ public function getMethodStatus() {
+ return self::METHOD_STATUS_FROZEN;
+ }
+
+ public function getMethodStatusDescription() {
+ return pht(
+ 'This method is frozen and will eventually be deprecated. New code '.
+ 'should use "conpherence.edit" instead.');
+ }
+
protected function defineParamTypes() {
return array(
'title' => 'required string',
diff --git a/src/applications/conpherence/conduit/ConpherenceUpdateThreadConduitAPIMethod.php b/src/applications/conpherence/conduit/ConpherenceUpdateThreadConduitAPIMethod.php
--- a/src/applications/conpherence/conduit/ConpherenceUpdateThreadConduitAPIMethod.php
+++ b/src/applications/conpherence/conduit/ConpherenceUpdateThreadConduitAPIMethod.php
@@ -11,6 +11,16 @@
return pht('Update an existing conpherence room.');
}
+ public function getMethodStatus() {
+ return self::METHOD_STATUS_FROZEN;
+ }
+
+ public function getMethodStatusDescription() {
+ return pht(
+ 'This method is frozen and will eventually be deprecated. New code '.
+ 'should use "conpherence.edit" instead.');
+ }
+
protected function defineParamTypes() {
return array(
'id' => 'optional int',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 3, 6:14 AM (16 h, 23 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7086389
Default Alt Text
D17808.id.diff (1 KB)
Attached To
Mode
D17808: Mark ConpherenceCreate and Update conduit calls as frozen
Attached
Detach File
Event Timeline
Log In to Comment