Import data privacy issue #72
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For some reason, importing a system from zip is turning some members private when they weren't before. Hopefully it isn't exposing previously private members to the public. CHECK!!!!
Ok, details: Every member who's latest blog post is set to private, gets their profile set to private on export. I changed a variable name from just "privacy" which gets re-used a lot, to "member_privacy" and it seems to have fixed it, but that variable name was already unique in that scope so I'm not convinced. Pushing anyway