Closed (fixed)
Project:
Activity Stream
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2009 at 04:02 UTC
Updated:
23 Nov 2009 at 23:40 UTC
After deleting a user's account, the information for the deleted user account was not deleted from the activitystream_accounts table. Module should implement hook_user $op = 'delete' to cleanup the info to prevent 'orphan' entry in database.
Comments
Comment #1
akalsey commentedCommitted a change to do this. Items in the actual streams won't be deleted, since those tie to nodes. However, deleting a node deletes the related record in Activity Stream.