This commit is contained in:
Bryan Ashby 2020-11-29 16:24:51 -07:00
parent 4d42eeb318
commit e05e8a2e35
No known key found for this signature in database
GPG key ID: B49EB437951D2542
3 changed files with 18 additions and 3 deletions

View file

@ -172,6 +172,7 @@ function removeUser(user) {
message : [ 'user_message_area_last_read' ],
system : [ 'user_event_log', ],
user : [ 'user_group_member', 'user' ],
file : [ 'file_user_rating']
};
async.eachSeries(Object.keys(DeleteFrom), (dbName, nextDbName) => {