Fix userlist and chat after reconnection in a shared worker

This commit is contained in:
yflory
2019-04-16 12:09:39 +02:00
parent 652583eec1
commit 9b9cedd191
5 changed files with 21 additions and 6 deletions

View File

@@ -269,6 +269,9 @@ define([
sessionStorage[Utils.Constants.displayPadCreationScreen];
delete sessionStorage[Utils.Constants.displayPadCreationScreen];
var updateMeta = function () {
// TODO availableHashes in privateData may need updates once we have
// a better privileges workflow
//console.log('EV_METADATA_UPDATE');
var metaObj, isTemplate;
nThen(function (waitFor) {