You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[REF] mail: replace ThreadSeenInfo by ChannelMember data
SeenInfo was a model heavily coupled with ChannelMember.
There was no point to make another model when it could just be
a field on ChannelMember.
This commit simplifies the code by putting `lastSeen/FetchedMessage`
in the ChannelMember model and formatter.
closesodoo#145010
Signed-off-by: Sébastien Theys (seb) <seb@odoo.com>
0 commit comments