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
- Branch
- phame-blog-mailkey
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 8686 Build 10074: Run Core Tests Build 10073: arc lint + arc unit
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.