mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch 'soon' into staging
This commit is contained in:
commit
4f1ed242a3
@ -162,6 +162,7 @@ const mkOffsetCounter = () => {
|
||||
|
||||
const readMessagesBin = (env, id, start, msgHandler, cb) => {
|
||||
const stream = Fs.createReadStream(mkPath(env, id), { start: start });
|
||||
// TODO get the channel and add the atime
|
||||
let keepReading = true;
|
||||
Pull(
|
||||
ToPull.read(stream),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user