Tuesday, January 28, 2025
2 changes · saas-18.1
Enhancements to existing features
The emoji picker now shows the text shortcut for each emoji, making it easier for users to learn and reuse them with the colon shortcut. This improves message composition by helping users find and remember emoji codes without extra lookup.
Original PR description
This PR introduces a way for users to see the emoji shortcodes and use them later with the ":" shortcut. Task-4516909 
Live chat operators can now properly leave conversations instead of only hiding them. This helps free up limited live chat session capacity and ensures chats are closed more consistently for both operators and visitors.
Original PR description
Live chat operators currently cannot leave live chats, and visitors do not systematically leave chats either. This poses an issue when a limit on the number of concurrent sessions is set, as operators cannot free up sessions. This PR replaces the unpin action with an unfollow action, allowing operators to leave live chats. task-4440366 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr