-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Expected behavior
When I click on the publish button (on a post list item) on a private draft it gets published as a private post.
Actual behavior
When I click on the publish button (on a post list item) on a private draft it gets published as a public post.
Steps to reproduce the behavior
On issue/10206-introduce-cancel-pending-upload
- Create a private draft in offline and publish it
- Cancel the auto-upload
- Click on publish on the post list
- Enable internet connection
- Notice the post gets published not published as private post
On develop
- Create a private draft in offline
- Enable internet connection
- Click on publish on the post list