"For developers", "Server scripts", "Functions description", "Message history", "mRemovePrivates".
and user devices (online and offline). Close all private dialogues.
This operation can not be undone, so be careful, as the history will be deleted completely.
All offline users automatically receive the command for deleting the message history of private dialogues right after connection.
procedure mRemovePrivates;
The messages history deleted on the server and all client applications. Clients databases will be automatically vacuumed.
begin
mRemovePrivates;
end.
You will see the following entry in user applications logs:
[13:32:45] [SERVER COMMAND] Deleting all private messages(remove privates)
All opened private dialogues will be automatically closed.