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
PMs sent by the messages component can be marked as read and unread. This event would fire when they were marked as read, and reverse when they were marked as unread.
The odd part though is that these apply to entire threads at once, not individual messages, and so the actions fired by BP_Messages_Thread::mark_as_read() and BP_Messages_Thread::mark_as_read() only pass the thread ID.
The text was updated successfully, but these errors were encountered:
PMs sent by the messages component can be marked as read and unread. This event would fire when they were marked as read, and reverse when they were marked as unread.
The odd part though is that these apply to entire threads at once, not individual messages, and so the actions fired by
BP_Messages_Thread::mark_as_read()
andBP_Messages_Thread::mark_as_read()
only pass the thread ID.The text was updated successfully, but these errors were encountered: