Enable chat in OO apps

This commit is contained in:
yflory
2019-01-24 16:43:05 +01:00
parent ed4f8016a1
commit 56ff47af48
2 changed files with 4 additions and 2 deletions

View File

@@ -103,7 +103,8 @@ define([
SFCommonO.start({
type: 'oo',
addData: addData,
addRpc: addRpc
addRpc: addRpc,
messaging: true
});
});
});