add a note to fix some weird behaviour in storage/file
This commit is contained in:
parent
82ac874ff3
commit
253545636b
@ -343,7 +343,7 @@ const messageBin = (env, chanName, msgBin, cb) => {
|
|||||||
chan.onError.splice(chan.onError.indexOf(complete), 1);
|
chan.onError.splice(chan.onError.indexOf(complete), 1);
|
||||||
if (!cb) { return; }
|
if (!cb) { return; }
|
||||||
//chan.messages.push(msg);
|
//chan.messages.push(msg);
|
||||||
chan.atime = +new Date();
|
chan.atime = +new Date(); // FIXME seems like odd behaviour that not passing a callback would result in not updating atime...
|
||||||
complete();
|
complete();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user