This commit is contained in:
Andris Reinman 2017-07-31 01:11:45 +03:00
parent 34947790a9
commit 81c99dc022
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@ class MessageHandler {
redis: this.redis, redis: this.redis,
pushOnly: true pushOnly: true
}); });
this.users = options.users || options.database;
this.gridfs = options.gridfs || options.database; this.gridfs = options.gridfs || options.database;
this.counters = counters(this.redis); this.counters = counters(this.redis);
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "wildduck", "name": "wildduck",
"version": "1.0.61", "version": "1.0.62",
"description": "IMAP server built with Node.js and MongoDB", "description": "IMAP server built with Node.js and MongoDB",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {