Help
Suggest features for the ArrowChat software
User avatar
JSplinter
Customer
 
Posts: 5
Joined: 17 Feb 2015, 18:29

 

by JSplinter 21 Feb 2015, 11:39

I do not want to log my users direct message chats.
Having this on is an integrity issue and also may give my users the idea that I want to pry in their chat business.
User avatar
JSplinter
Customer
 
Posts: 5
Joined: 17 Feb 2015, 18:29

 

by JSplinter 21 Feb 2015, 15:47

To be clear, I understand that some real time messages are stored in the database, but I hate that my admin panel so easily allows the reading of a users messages.

I'd like to be able to tell my users that this information is not so easily accessed at the front end.
User avatar
Jason
Customer
 
Posts: 2330
Joined: 12 Dec 2009, 16:06

 

by Jason 21 Feb 2015, 16:55

A cron job is the only way to solve this. Just hiding the messages from the admin panel would still make them viewable in the database. You'd have to delete them.

You can run the /public/cron/index.php file to run one.