[FIX] mail: ensures the usage of rtc session id for type consistency
Before this commit, mismatching types between String and Number would
cause inserts to register a change.
`rtc.js` used `rtcSession.peerToken`(String) and `rtcSession.id`(number)
interchangeably, this commit fixes this issue by favoring the usage
of `rtcSession.id` and `mail.RtcSession` when possible.
closes odoo/odoo#86580
Signed-off-by:
Alexandre Kühn (aku) <aku@odoo.com>
This diff is collapsed.
Please register or sign in to comment