WordPress 6.1.1
Buddypress Version 11.0.0
Hi, since last update, replying on messages is not possible any more.
New messages work.
Only the message “Your reply was not sent. Please enter some content.” appears.
Investigating the problem leads me to
bp-templates/bp-nouveau/includes/messages/ajax.php
The problem is, that $_POST[‘thread_id’] is empty.
$_POST
(
[nonce] => fc63ecc237
[action] => messages_send_reply
[content] => <p>test</p>
)
Any ideas?