mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-29 02:02:41 +01:00
0238f260df
Summary: Allow files to be attached to a task by attaching them to an email reply to the task. Test Plan: Applied this patch live since I haven't managed to get inbound email configured locally, then attached files to a task via email. Reviewed By: jungejason Reviewers: tuomaspelkonen, jungejason, aran CC: anjali, aran, jungejason Differential Revision: 369
20 lines
748 B
PHP
20 lines
748 B
PHP
<?php
|
|
/**
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
* @generated
|
|
*/
|
|
|
|
|
|
|
|
phutil_require_module('phabricator', 'applications/maniphest/constants/status');
|
|
phutil_require_module('phabricator', 'applications/maniphest/constants/transactiontype');
|
|
phutil_require_module('phabricator', 'applications/maniphest/editor/transaction');
|
|
phutil_require_module('phabricator', 'applications/maniphest/storage/transaction');
|
|
phutil_require_module('phabricator', 'applications/metamta/replyhandler/base');
|
|
phutil_require_module('phabricator', 'applications/phid/constants');
|
|
phutil_require_module('phabricator', 'infrastructure/env');
|
|
|
|
phutil_require_module('phutil', 'utils');
|
|
|
|
|
|
phutil_require_source('ManiphestReplyHandler.php');
|