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
Hi we we to display the message to both of the sender and the receiver of the private message.
This code work to show only to the receiver :
`if ($topic->getId() === 'chat/private') {
Hi we we to display the message to both of the sender and the receiver of the private message.
This code work to show only to the receiver :
`if ($topic->getId() === 'chat/private') {
But this code never work, we try to allow the sender of ther private message to see his own message :
` if ($topic->getId() === 'chat/private') {
We also try to add 'somewhere', we don't know really where the
$connection->event($topic->getId(), ['msg' => 'lol']);
but never works too...Have some idea about ?
The text was updated successfully, but these errors were encountered: