- ivnish Kazakhstan
Automatically closed because Drupal 7 security and bugfix support has ended → as of 5 January 2025. If the issue verifiably applies → to later versions, please reopen with details and update the version.
After a successful message send, the module displays a status:
A message has been sent to user1, user2, user3.
But the list of users is built before _privatemsg_send($message)
runs. This have the next effect: During message sending the recipient list may be altered. For example, some recipients may be removed in hook_privatemsg_message_presave_alter()
. But the status message still reports the whole list of recipients that was built before alteration.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed because Drupal 7 security and bugfix support has ended → as of 5 January 2025. If the issue verifiably applies → to later versions, please reopen with details and update the version.