mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
User specific motd see counter
This commit is contained in:
parent
24dce3da2f
commit
0b1bfcbc31
2 changed files with 28 additions and 11 deletions
|
@ -38,7 +38,7 @@ const minMatchToAmmountToAdd = 90
|
|||
const writeAfter = 1 // write after # of adds FIXME: set reasonable save rate
|
||||
var currWrites = 0
|
||||
|
||||
function ProcessIncomingRequest(recievedData, qdb, infos, dryRun, user) {
|
||||
function ProcessIncomingRequest(recievedData, qdb, dryRun, user) {
|
||||
return new Promise((resolve, reject) => {
|
||||
logger.DebugLog('Processing incoming request', 'actions', 1)
|
||||
if (recievedData === undefined) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue