Feature proposal #8674
closedImplement additional published states
Description
Currently something is unpublished or published. Implement additional values to cover additional cases. The following cases need to be covered.
Pending/Unapproved
User Blocked/Unapproved/Unconfirmed
The user blocked state will allow us to reverse their state. For example if the activity is published and the user becomes blocked switch their activity to the blocked state and if they become unblocked then reverse this back to published.
Updated by krileon over 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Activity and Comments can now have the following states
0 = Unpublished
1 = Published
2 = Pending
3 = Reported (has reached the report threshold)
-1 = Published, but User is Blocked
-2 = Pending, but User is Blocked
-3 = Reported, but User is Blocked
For the negative value states when a users account is blocked their posts will (optionally) flip to a negative state and be hidden from everyone. When their account is unblocked it can safely revert the state.