Merge branch 'new-messaging' into staging

This commit is contained in:
ansuz
2017-08-25 14:42:34 +02:00
13 changed files with 1449 additions and 10 deletions

View File

@@ -98,6 +98,7 @@ define([
common.createRandomInteger = Util.createRandomInteger;
common.getAppType = Util.getAppType;
common.notAgainForAnother = Util.notAgainForAnother;
common.uid = Util.uid;
// import hash utilities for export
var createRandomHash = common.createRandomHash = Hash.createRandomHash;