Add mailbox history

This commit is contained in:
yflory
2019-06-27 18:21:54 +02:00
parent 93b4dac8bb
commit 75e0b68f51
3 changed files with 97 additions and 5 deletions

View File

@@ -451,9 +451,7 @@ define([
var txid = parsed[1];
var req = getRangeRequest(txid);
var type = parsed[0];
if (!req) {
return void console.error("received response to unknown request");
}
if (!req) { return; }
if (!req.cb) {
// This is the initial history for a pad chat