So I've been working on the latest version of my message style and when a status event happens (like some one goes away) I want to do something on top of adding that item to the messages.
Right now when some one sends a message there is a JS function called appendMessage and appendNextMessage that handles that and extends the default functionality.
Is there a JS function for status like appendStatus or something along those lines that I can use for my additional functionality?
If not, how do the status items get added to the message view currently?
Thanks for the help