From 467f2af7d8890f6cb857f519110dab0b93a997d8 Mon Sep 17 00:00:00 2001 From: Pedro Lopez Date: Mon, 21 Dec 2020 21:55:38 -0400 Subject: [PATCH] fix: properly serialize chats with pending button replies close #489 --- src/util/Injected.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/Injected.js b/src/util/Injected.js index 170bb0b..5177a1f 100644 --- a/src/util/Injected.js +++ b/src/util/Injected.js @@ -225,6 +225,8 @@ exports.LoadUtils = () => { } delete res.msgs; + delete res.msgUnsyncedButtonReplyMsgs; + delete res.unsyncedButtonReplies; return res; };