Improve history to load it chunk by chunk

This commit is contained in:
yflory
2018-06-19 16:59:59 +02:00
parent 60db53a993
commit 29f577dfc6
9 changed files with 314 additions and 107 deletions

View File

@@ -70,6 +70,7 @@ define([
JOIN_PAD: Store.joinPad,
LEAVE_PAD: Store.leavePad,
GET_FULL_HISTORY: Store.getFullHistory,
GET_HISTORY_RANGE: Store.getHistoryRange,
IS_NEW_CHANNEL: Store.isNewChannel,
// Drive
DRIVE_USEROBJECT: Store.userObjectCommand,