From d956e1d613b75b5aeb17ad2dfb4eb5911435b74f Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Thu, 21 Dec 2023 00:46:46 +0530 Subject: [PATCH] bug fix -- Fixed "Cannot set properties of undefined (setting 'chats')" issue --- index.html | 224 +++++++++++++++++++-------------------- scripts/lib.min.js | 57 ++++++++++ scripts/messenger.js | 94 ++++++++-------- scripts/messenger.min.js | 2 +- 4 files changed, 217 insertions(+), 160 deletions(-) create mode 100644 scripts/lib.min.js diff --git a/index.html b/index.html index 8343677..91d7fdf 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ } - + @@ -27,7 +27,7 @@ - +