Removing a message from a user

I"m using Mysql as DB backend

I try to remove the message from the tables ofMucConversationLog and ofMucConversationLog.

The message is no more present from the 2 previous tables BUT the message is still present when I load the chat room with history support

Is there a cache I need to clear to have this message completly removed ?

Tx for the support.

-Fred

Have you tried restarting the server?

I would like to avoid restarting the server because my use case was to allow each user of my chat application to remove the message he has sent to the chatroom.

There is perhaps a dedicated cache to remove or a plugin in perhaps available ?

Tx for the support.

-Fred

Any other idea ? I need to find a solution for my app …

Tx.

-Fred