If an item is imported to a user's activitystream and then subsequently deleted, it makes sense for activitystream to exclude that item from future imports.
Currently, a replacement node will be created the next time the feed / remote source is refreshed.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 736406-dont_import_deleted_items-2.x.patch | 3.88 KB | xurizaemon |
| #1 | 736406-dont_import_deleted_items-1.x.patch | 2.96 KB | xurizaemon |
| #2 | 736406-dont_import_deleted_items-2.x.patch | 3.92 KB | xurizaemon |
| #2 | 736406-dont_import_deleted_items-1.x.patch | 3 KB | xurizaemon |
Comments
Comment #1
xurizaemonPLEASE USE PATCHES IN NEXT COMMENT - NOT THESE TWO.
Comment #2
xurizaemonCorrected hook_update_N values to match in both patches.
Comment #3
xurizaemonActually, looks like this was already a bug report - #667156: Deleted data reappears on running cron
But have marked that one duplicate (despite it being the first) because there's a patch here.
Comment #4
mokko commentedA work around that seems to work is to unpublish the respective items. Could be quite difficult to educate the users to do this if you have many of them. I will try the patch tonight.