Add some mailkeys, allow feed stories to be published.
Details
Details
- Reviewers
epriestley - Commits
- Restricted Diffusion Commit
rPc3ecea9788c1: Add mail support to PhameBlog
New Blog, Edit Blog
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Sadly have not gotten this to work. Error is as follows, but I can't find a reason for it to trigger.
Unable to load query for transaction type "BLOG"! at [<phabricator>/src/applications/transactions/worker/PhabricatorApplicationTransactionPublishWorker.php:133]
Comment Actions
That error likely means you need to add a new PhameBlogTransactionQuery class. You can look at PhamePostTransactionQuery for an example -- it's pretty straightforward.