Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FW][FIX] mail: opening chat with deleted new message should mark as read #159192

Conversation

fw-bot
Copy link
Contributor

@fw-bot fw-bot commented Mar 25, 2024

Before this commit, when a user of in chat posted a message and deleted it, all other users kept the chat as unread.

Steps to reproduce:

  • Connect as Admin and March Demo
  • Send a message to Admin as Demo in DM chat
  • Demo deletes this message
  • Marc opens the chat => the unread counter is 1 and cannot be removed

This happens because when a message is deleted, there's still a trace of it but the message is empty. However, empty messages could not be candidate of setting the last message being seing by a member, thus members were unable to mark the chat as read until someone else posted a newer message (and did not delete it).

This commit fixes the issue by taking empty messages into account for setting last message message of member, which allow to mark thread as read even when newer messages have been deleted.

opw-3764410

Forward-Port-Of: #159104
Forward-Port-Of: #158943

@robodoo
Copy link
Contributor

robodoo commented Mar 25, 2024

@fw-bot
Copy link
Contributor Author

fw-bot commented Mar 25, 2024

This PR targets saas-17.2 and is part of the forward-port chain. Further PRs will be created up to master.

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

@robodoo robodoo added the forwardport This PR was created by @fw-bot label Mar 25, 2024
@C3POdoo C3POdoo added the OE the report is linked to a support ticket (opw-...) label Mar 25, 2024
@fw-bot
Copy link
Contributor Author

fw-bot commented Mar 25, 2024

@alexkuhn @seb-odoo ci/runbot failed on this forward-port PR

Before this commit, when a user of in chat posted a message and
deleted it, all other users kept the chat as unread.

Steps to reproduce:
- Connect as Admin and March Demo
- Send a message to Admin as Demo in DM chat
- Demo deletes this message
- Marc opens the chat
=> the unread counter is 1 and cannot be removed

This happens because when a message is deleted, there's still a
trace of it but the message is empty. However, empty messages could
not be candidate of setting the last message being seing by a member,
thus members were unable to mark the chat as read until someone else
posted a newer message (and did not delete it).

This commit fixes the issue by taking empty messages into account for
setting last message message of member, which allow to mark thread as
read even when newer messages have been deleted.

opw-3764410

X-original-commit: 829deb0
@alexkuhn alexkuhn force-pushed the saas-17.2-17.0-fix-chat-deleted-message-counter-aku-OqJb-fw branch from fa673b3 to 95fb0c2 Compare March 26, 2024 10:41
@fw-bot
Copy link
Contributor Author

fw-bot commented Mar 26, 2024

@alexkuhn @seb-odoo this PR was modified / updated and has become a normal PR. It should be merged the normal way (via @robodoo)

@alexkuhn
Copy link
Contributor

@robodoo r+

@C3POdoo C3POdoo requested review from a team March 26, 2024 10:43
robodoo pushed a commit that referenced this pull request Mar 26, 2024
Before this commit, when a user of in chat posted a message and
deleted it, all other users kept the chat as unread.

Steps to reproduce:
- Connect as Admin and March Demo
- Send a message to Admin as Demo in DM chat
- Demo deletes this message
- Marc opens the chat
=> the unread counter is 1 and cannot be removed

This happens because when a message is deleted, there's still a
trace of it but the message is empty. However, empty messages could
not be candidate of setting the last message being seing by a member,
thus members were unable to mark the chat as read until someone else
posted a newer message (and did not delete it).

This commit fixes the issue by taking empty messages into account for
setting last message message of member, which allow to mark thread as
read even when newer messages have been deleted.

opw-3764410

closes #159192

X-original-commit: 829deb0
Signed-off-by: Sébastien Theys (seb) <seb@odoo.com>
Signed-off-by: Alexandre Kühn (aku) <aku@odoo.com>
@robodoo robodoo closed this Mar 26, 2024
@fw-bot fw-bot deleted the saas-17.2-17.0-fix-chat-deleted-message-counter-aku-OqJb-fw branch April 9, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forwardport This PR was created by @fw-bot OE the report is linked to a support ticket (opw-...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants