Fix Drive history

This commit is contained in:
yflory
2018-07-19 17:07:14 +02:00
parent 8b20b14184
commit 2be78deb93
2 changed files with 14 additions and 4 deletions

View File

@@ -102,7 +102,8 @@ define([
noHash: true,
noRealtime: true,
driveEvents: true,
addRpc: addRpc
addRpc: addRpc,
isDrive: true,
});
});
});