My previous patch seemed correct because the "Delete package" messages counted correctly. Unfortunately, I neglected to truncate to_delete_ids, so all the packages would have still been deleted from channel. I've added the len of to_delete_ids to the output for confirmation.
My previous patch seemed correct because the "Delete package" messages counted correctly. Unfortunately, I neglected to truncate
to_delete_ids
, so all the packages would have still been deleted from channel. I've added thelen
ofto_delete_ids
to the output for confirmation.