[buddypress-trac] [BuddyPress Trac] #8778: Unread notification issue in BuddyPress 11.0.0-beta2
buddypress-trac
noreply at wordpress.org
Wed Dec 14 21:49:24 UTC 2022
#8778: Unread notification issue in BuddyPress 11.0.0-beta2
-------------------------------------+---------------------
Reporter: niftythree | Owner: imath
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 10.7.0
Component: Toolbar & Notifications | Version: 10.3.0
Severity: normal | Resolution: fixed
Keywords: has-patch commit |
-------------------------------------+---------------------
Changes (by imath):
* owner: (none) => imath
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"13384" 13384]:
{{{
#!CommitTicketReference repository="" revision="13384"
Improve consistency between private message status & notification
A private message can have a status set to read or unread by the user.
When the Notifications component is active, a notification is generated
each time a message is sent. When the user opens this message, 2 actions
are performed:
1. Set the message status as read.
2. Mark the notification about this message as read.
When opening a message, even if the message has a read status, we still
need to check if there's an existing notification about it as
notifications can be marked unread from the user's notifications screen.
If it's the case, then we need to make sure to mark this unread
notification as read 🤪.
Props niftythree
Fixes #8778 (branch 10.0)
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8778#comment:16>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list