Plugin Request Supervision of the Chats
Anyone maybe know or can develop?
I have a forum and have received some reports of harassment in chat,
Maybe someone can help?
Thank you very much
Where is the chat messages stored?
-
They are stored in rooms, and each user has their own list of message ids. So if you have the
roomId
and auid
then you can get the list of message ids from the sorted set'uid:' + uid + ':chat:room:' + roomId + ':mids'
This sorted set contains message ids, to get the actual message data you need to load them frommessage:<mid>
.