zaqar/releasenotes/notes/delete_messages_with_claim_ids-64bb8105de3768b1.yaml
wanghao be84598d3a Support delete messages with claim_ids
This patch will implement to delete messages with claim_ids
when option 'message_delete_with_claim_id' is True.

This will improve the security of the message avoiding
delete messages before they're claimed and handled.

Change-Id: Ib7ef8ff74c87c8629412af8ceb53b314ed0ca071
Implements: bp delete-message-with-claim-id
2018-12-11 11:19:39 +00:00

6 lines
226 B
YAML

---
features:
- Add an new option named 'message_delete_with_claim_id', when it is True,
delete messages must need claim_ids and message_ids both in request
parameters. This will improve the security of the message.