Enable chat in the poll app

This commit is contained in:
yflory
2018-09-18 16:36:29 +02:00
parent 9db9b132b6
commit 248b87a1e1
2 changed files with 8 additions and 1 deletions

View File

@@ -37,7 +37,8 @@ define([
window.addEventListener('message', onMsg);
}).nThen(function (/*waitFor*/) {
SFCommonO.start({
useCreationScreen: true
useCreationScreen: true,
messaging: true
});
});
});