process profile like removals with normal low_level drop_item
This commit is contained in:
parent
c4c1c37bd3
commit
223ed4a6c5
@ -3722,6 +3722,15 @@ function delete_item_lowlevel($item,$stage = DROPITEM_NORMAL) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// immediately remove any undesired profile likes.
|
||||||
|
|
||||||
|
q("delete from likes where iid = %d and channel_id = %d limit 1",
|
||||||
|
intval($item['id']),
|
||||||
|
intval($item['uid'])
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
// network deletion request. Keep the message structure so that we can deliver delete notifications.
|
// network deletion request. Keep the message structure so that we can deliver delete notifications.
|
||||||
// Come back after several days (or perhaps a month) to do the lowlevel delete (DROPITEM_PHASE2).
|
// Come back after several days (or perhaps a month) to do the lowlevel delete (DROPITEM_PHASE2).
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2014-06-22.714
|
2014-06-23.715
|
||||||
|
Reference in New Issue
Block a user