If you've seen the recent LJ news post, please be aware that it was written from the wrong spec. While I (
soph, the original author of this post), am not staff, this has been confirmed officially by staff and
the news post has been rewritten accordingly.
Only accounts that have no entries, or have only the initial welcome entry, will be purged.A new
(
Read more... )
Comments 35
Reply
Reply
Reply
Reply
Reply
Reply
(The comment has been removed)
Reply
(The comment has been removed)
(was going to edit my comment but you replied first :D)
[edit: Actually, I'm starting to get a bit confused too. Let me find out officially and come back with clarification.]
Reply
Most of the comments to the news post -- including mine -- have read "entries in their journal" (your fourth "user will not be deleted" case above) to include entries posted on the user's own journal page, but to exclude comments made in other users' journals and posts made to LJ communities.
If this reading is correct, then it follows that an account which has zero or 1 posts on its user page, but which has made many comments in others' journals and/or posts to communities, still goes "inactive" after 24 months, and that the comments and posts made from that account in other journals/comms are subject to deletion when the inactive account is purged.
If this reading is incorrect (as suggested by a post from bluemeringue deep in the comments to the news post), then it follows that accounts such as I've described are in no danger of being counted as "inactive" under present definitions -- but the wording of the ( ... )
Reply
So if I became inactive and my account was purged, my comments to other journals (for example, news) and my posts in other communities (for example, ljskins) will remain intact. The exception is if I was suspended for some reason, and my account was purged while it was suspended. If that were to happen, all of my posts and comments would be deleted, no matter where they were.
[edit: Sorry, the above isn't true, because I forgot I have posts in my journal, obviously. :) Let me rephrase: If I made a new journal and used it to comment in news and make posts in ljskins, but did not otherwise update my own journal, the above would apply. Sorry for the confusion!]
Does that help clarify things?
Reply
Ther difficulty from my perspective: you and bluemeringue appear to be 100% in disagreement on whether my hypothetical user case (no posts on journal page, many comments/posts elsewhere) would count as "inactive" after 24 months of not posting to their own journal. You say yes, this thread says no (see the 4th and 5th posts from the top). And from the outside of the sandbox, I don't have a good way to reconcile the disagreement ( ... )
Reply
In the meantime, as far as I know, there are three components here, not just two:
1. The current code that kicks off the purging for suspended accounts.
(I don't know where these files are as I haven't looked for them.)
2. The pending code that automatically notifies and purges inactive accounts.
This is covered by three files:
* bin/worker/inactive-accounts-find,
* bin/worker/inactive-accounts-notify,
* cgi-bin/LJ/User/Inactive.pm.
3. The backend code which purges accounts however they eventually get purged.
This is covered by:
* cgi-bin/LJ/UserManage.pm,
* most files in the cgi-bin/LJ/Worker/UserManage/ directory.
The code that I was looking at was a combination of #2 and #3. Of particular note to your query is the "is_inactive_user" subroutine in the cgi-bin/LJ/User/Inactive.pm file. This is what implements the checks described in my post, and it's worth noting that the other two files call this in some way; the first one (inactive-accounts- ( ... )
Reply
Leave a comment