Is there any plan to integrate capabilities to delete individual activities, preferably through the use of something like VBO? Looking at the build in drupal commons, it seems like it might be possible to delete activity as well as add comments to activities, but I can't find any documentation here on how to accomplish that. I would like to be able to delete a single activity, without having to delete nodes or regenerate loads of messages.

Comments

NathanM’s picture

Title: Deletingactivities » Deleting Activities
icecreamyou’s picture

Status: Active » Postponed

Not without doing it in the database. The problem with deleting activities is that there can be multiple copies of the activity message for different viewers, or there can be a single copy visible to many people. Most of the technical side of this will get cleared up when #1259306: Re-architect activity message visibility lands but there is still an important difference between deleting all activity messages that refer to a single action versus just hiding a message from one person's stream. I don't have plans for AL to support either one of those things right now, but I'm potentially willing to reexamine the second one for D7.