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

akalsey’s picture

Version: 6.x-1.0-rc2 » 6.x-2.x-dev
Status: Active » Fixed

Committed 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.