Page MenuHomePhabricator

D12177.id29264.diff
No OneTemporary

D12177.id29264.diff

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
@@ -37,7 +37,7 @@
$message = $request->getValue('message');
$title = $request->getValue('title');
- list($errors, $conpherence) = ConpherenceEditor::createConpherence(
+ list($errors, $conpherence) = ConpherenceEditor::createThread(
$request->getUser(),
$participant_phids,
$title,
diff --git a/src/applications/conpherence/controller/ConpherenceNewController.php b/src/applications/conpherence/controller/ConpherenceNewController.php
--- a/src/applications/conpherence/controller/ConpherenceNewController.php
+++ b/src/applications/conpherence/controller/ConpherenceNewController.php
@@ -19,7 +19,7 @@
if ($request->isFormPost()) {
$participants = $request->getArr('participants');
$message = $request->getStr('message');
- list($error_codes, $conpherence) = ConpherenceEditor::createConpherence(
+ list($error_codes, $conpherence) = ConpherenceEditor::createThread(
$user,
$participants,
$conpherence_title = null,

File Metadata

Mime Type
text/plain
Expires
Sat, May 11, 6:08 AM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6284954
Default Alt Text
D12177.id29264.diff (1 KB)

Event Timeline