Adds a list of your drafts. Fixes T9927
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T9927: Improve PhameHome
- Commits
- Restricted Diffusion Commit
rP32a7674c22b9: Add Drafts to PhameHome
Load up home, see my drafts. Fake 0 drafts, see fallback message.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/phame/controller/PhameHomeController.php | ||
---|---|---|
61 | This should also have withBloggerPHIDs(array($viewer->getPHID())) or something, since otherwise we'll load everyone else's drafts and filter them really slowly in PHP. And probably just skip this completely if !$viewer->isLoggedIn() since logged-out users can't have drafts? |