This commit is contained in:
yflory
2019-09-16 15:56:50 +02:00
parent 450c920b84
commit c6a4f78097
6 changed files with 959 additions and 8 deletions

View File

@@ -464,6 +464,7 @@ define([
if (!req.cb) {
// This is the initial history for a pad chat
// XXX delete range request
if (type === 'HISTORY_RANGE') {
if (!getChannel(req.chanId)) { return; }
if (!Array.isArray(parsed[2])) { return; }