Adds ability to set visibility when authoring a Post. New default is "Visible". If you write a post and save it as a Draft, and later click publish, a feed story and mail will go out.
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T9360: Unbeta Phame
- Commits
- Restricted Diffusion Commit
rPf8b085c574ae: Add a transaction for PhamePost visibility
Write a new Post, see feed story and get email. Write a new Draft, get nothing. Click Publish, see story and email.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/phame/storage/PhamePostTransaction.php | ||
---|---|---|
219 | if (strlen($text)) is a slightly better check here, so we summarize post bodies like "0" and "0.0" correctly. |