Hi,
I want to message all chat lobbys on my site.
At the moment, I write a record to the LogMessage table for each lobby with my message.
This works, but only if the user joins a chat lobby after I've written the message. If they are already in there, the message wont be seen until they leave and then come back.
I've tried post-dating the message a couple of minutes in the future but no change.
Is there a workaround I can use or can I use a method in the API to achieve this?