be84598d3a
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
6 lines
226 B
YAML
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.
|