Daily updates from Odoo
Friday, April 30, 2021
1 change
Resolved issues and error corrections
Failure notifications now update immediately for all relevant channel members, not just the original message author. This prevents users from thinking nothing happened when someone else resolves a delivery failure, removing the need to refresh the page.
Original PR description
**Current behavior before PR:** Currently, failure notifications are sent to the author of the message that the failure is concerning. However, if another user than the author is resolving the failure, he is not receiving any notification without refresh the page, so it appears as if nothing happened even though the failure was indeed resolved (either message resent, or failure ignored). **Desired behavior after PR is merged:** Failure notifications will also be sent to the members of the channel instantly that the failure is concerning and also update the status of failure notification instantly, no refresh needed to show the updated status. **LINKS:** Task-2178257