User's activitystream not deleted from activitystream_accounts table when user account is deleted
garfieldmypet - June 28, 2009 - 04:02
| Project: | Activity Stream |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
Jump to:
Description
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.

#1
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.