Two days ago, a Friday, a full day's work below was the last update:
https://github.com/epochtalk/epochtalk/commit/1a34230c77bfe43a9960bd5a1785a9a4dca12277// get lastActive for this user
request.db.users.getLastActive(userId)
.then(function(lastActive) {
- console.log(lastActive);
// if no lastActive, then just update
if (!lastActive) { return true; }
I'm not a coder, so I haven't a clue if the above needs more commas or cowbells.
I can undersand that you are not a coder; as a coder would notice that the Epochtalk forum software has been split up into modules and most of the development no-longer happens in the core module.