Resolve "(bug): publishing a blog that was saved as a draft or "unlisted" does not generate activity post"
Couple of bugs fixed here...
The logic wasn't there to create an activity when transitioning a 'published' blog from unlisted to public access.
Editing a draft blog would post string false
for published status which was interpreted as boolean true
in the endpoint causing a draft blog to be 'published' when saving the first edit.
fixes #612 (closed)
Edited by Guy Thouret