Saturday, November 2, 2024
1 change · 17.0
Enhancements to existing features
This update addresses a user experience issue by displaying an error modal when attempting to access deleted tweets or posts. Due to the complex, network-specific requirements for handling deleted posts, this change was implemented in the stable version to avoid disrupting future development. This ensures a consistent user experience for accessing social media content.
Original PR description
This commit adds a new error modal when you clicking on deleted tweets and posts. It was decided to do so in stable as properly handling deleted posts requires a more consistent approach for each social network. This work should instead be done in later versions as such work will require a lot of changes. Which is against our stable version policy. task-3999571 Forward-Port-Of: odoo/enterprise#72871 Forward-Port-Of: odoo/enterprise#69168