Wednesday, June 28, 2023
1 change · master
Resolved issues and error corrections
This fixes the Live Chat sidebar so live chat conversations once again show the expected smiley avatar icon. It prevents a small visual inconsistency that could confuse users when identifying live chat channels.
Original PR description
Since [1] the way thread icons are assigned to thread changed. This caused an issue with livechat thread expecting the default icon to be the "smiley avatar" which is not the case anymore. This PR fixes this issue by effectively defaulting to the "smiley avatar". [1]: https://github.com/odoo/odoo/pull/125388 