mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
Finished adding a new delete to also remove the reference from the invites list on the APM.
This commit is contained in:
@@ -39,7 +39,6 @@ var async = require('async'),
|
||||
if (err || userData.status === 'offline' || now - parseInt(userData.lastonline, 10) < 300000) {
|
||||
return callback(err);
|
||||
}
|
||||
|
||||
User.setUserField(uid, 'lastonline', now, callback);
|
||||
});
|
||||
};
|
||||
@@ -257,4 +256,3 @@ var async = require('async'),
|
||||
|
||||
|
||||
}(exports));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user