webfast 0.1.43 → 0.1.44

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,6 +42,9 @@ module.exports = async function(program,folder) {
42
42
  let middleValue = body[key];
43
43
  // Check for split
44
44
  // Try for message
45
+ if (middleValue.chat == undefined) {
46
+ middleValue.chat = {}
47
+ }
45
48
  middleValue.chat.ts = Date.now();
46
49
  middleValue.chat.uuid = program.uuid.v4();
47
50
  let user = await program.modules.data.findOrCreate(`eventgo`,`telegram`,{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webfast",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "description": "WebFast! Bot Application, including TON mini-apps for makign it easy and fast to build ini-apps",
5
5
  "main": "index.js",
6
6
  "repository": {