Conversations and $message.status

James

Well-known member
When trying to show the user's status in conversations, the avatar next to quick reply shows the status of the last poster instead of the status of the logged in user.

I'm logged in as admin, but the avatar block is showing the status of admin2:
4b42864e07424e74a9e418b.png

Fixed by using $user.status instead of $message.status.
 
Top Bottom