mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Expose subscribers transaction data via Conduit "transaction.search"
Summary: Depends on D20507. See PHI1232. Previously, see T13255 and D20209. Since nothing seems to have exploded after "projects" was exposed, give "subscribers" the same treatment. Test Plan: Added, removed, and modified subscribers. Queried transactions with "transaction.search", saw sensible "type" and data. Reviewers: amckinley Reviewed By: amckinley Differential Revision: https://secure.phabricator.com/D20508
This commit is contained in:
parent
23bfe0c0f6
commit
e059997e53
1 changed files with 4 additions and 0 deletions
|
@ -253,6 +253,10 @@ EOREMARKUP
|
|||
break;
|
||||
}
|
||||
break;
|
||||
case PhabricatorTransactions::TYPE_SUBSCRIBERS:
|
||||
$type = 'subscribers';
|
||||
$fields = $this->newEdgeTransactionFields($xaction);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue