Added a new RPC to get file offsets of messages by hash or of last 2 checkpoints, also improved checking of valid channel names and fixed a pull-stream bug and exposed async-store to the window

This commit is contained in:
Caleb James DeLisle
2018-01-23 16:31:59 +01:00
parent 1f34e47cbf
commit 014aacc76a
3 changed files with 57 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ define([
var storeHash;
var store = {};
var store = window.CryptPad_AsyncStore = {};
var onSync = function (cb) {