Commit Graph

655 Commits

Author SHA1 Message Date
Adhiraj Singh 13b0da0954 fix: catch unexpected errors on MD 2022-03-15 12:34:52 +05:30
Adhiraj Singh 8a9de2f042 fix: fetch order details on MD 2022-03-14 19:49:41 +05:30
Adhiraj Singh 2b10b7b18f chore: minor code cleanup 2022-03-14 19:38:01 +05:30
Adhiraj Singh 1c77c00be5 chore: minor types refactor on legacy presence update 2022-03-08 15:59:11 +05:30
Deniz a0e97458c6 Add a warning to make people aware of what they should do about the 'Restart Required' message. (#1329) 2022-03-08 13:59:40 +05:30
Adhiraj Singh 2e61d04d68 feat: include correct browser version in connect 2022-03-07 19:45:59 +05:30
Adhiraj Singh 34781a51d3 chore: log browser when connecting 2022-03-07 19:44:36 +05:30
Adhiraj Singh 893965bcdd chore: update version 2022-03-07 19:21:30 +05:30
Adhiraj Singh ad9314c1f2 fix: only update last account sync when required 2022-03-07 19:21:04 +05:30
Adhiraj Singh 179db2c520 fix: use correct version in validation 2022-03-07 19:20:41 +05:30
Adhiraj Singh 94df5826f8 fix: account for no initial state while patching 2022-03-07 18:50:37 +05:30
Adhiraj Singh e93e6e2656 fix: only sync app state on one batch of history 2022-03-07 18:18:21 +05:30
Adhiraj Singh 93262b38f4 fix: history sync missing contacts 2022-03-07 18:17:43 +05:30
Adhiraj Singh 9ca46635d6 fix: correctly parse protocol message 2022-03-07 15:38:52 +05:30
Adhiraj Singh 238cde23b7 feat: automatic upload detection for product images 2022-03-07 15:33:52 +05:30
Adhiraj Singh 6967e53164 feat: implement product CRUD on MD 2022-03-07 09:09:08 +05:30
Adhiraj Singh d6065015e6 chore: move messages-recv utils to the bottom of file 2022-03-07 09:07:38 +05:30
Adhiraj Singh c4edcef5da feat: implement fetching product catalog + order details on MD 2022-03-06 13:30:11 +05:30
Adhiraj Singh 8a52eeb310 feat: implement getOrder on legacy 2022-03-06 10:56:29 +05:30
Adhiraj Singh f2c91bcedd refactor: split downloadMediaMessage into functional components 2022-03-04 16:50:39 +05:30
Adhiraj Singh 5c05a5d34b feat: add normalizeMessageContent util 2022-03-04 12:27:10 +05:30
kaatt 7f495cf5f1 fix ephemeral view once message (#1307)
* fix ephemeral view once message

* fix ephemeral view once message
2022-03-03 01:01:41 +05:30
Adhiraj Singh a8a0c701ae chore: add participant to msg body for notifications 2022-03-02 13:14:12 +05:30
Adhiraj Singh 3d56d610ae fix: redundant array 2022-03-02 00:06:56 +05:30
Adhiraj Singh d192ffe6bc fix: forward message content 2022-03-02 00:06:38 +05:30
Adhiraj Singh de7d1002a9 lint: stricter linting rules 2022-03-01 16:32:14 +05:30
Adhiraj Singh c00c3da313 fix: BufferJSON failing with empty string 2022-03-01 16:30:11 +05:30
Black Amda ✅ a885cfb3f2 Update baileys-version.json (#1293) 2022-02-28 19:36:34 +05:30
Adhiraj Singh 4ac39d72ff fix: map eph duration on legacy group metadata 2022-02-27 12:29:17 +05:30
Adhiraj Singh d21a39c302 feat: add product API for legacy connections 2022-02-24 17:58:37 +05:30
Adhiraj Singh 75582e4541 feat: add WA Web version auto fetch 2022-02-20 19:43:15 +05:30
Adhiraj Singh 7c5071d8d5 chore: move version to JSON file 2022-02-20 19:31:47 +05:30
ShellTear d427de0302 Update version to fix 405 response (#1247)
Fixes the issue mentioned in #1246.
Requires scanning the qr again, otherwise it'll give 401 response.
2022-02-17 10:42:34 +05:30
Adhiraj Singh 913b38493c fix: throw error if no decrypt-able message found 2022-02-17 10:32:51 +05:30
Adhiraj Singh 0da4621999 feat: map template message content 2022-02-12 19:54:53 +05:30
Adhiraj Singh e4eaf2d2e4 chore: update proto 2022-02-12 19:48:46 +05:30
Adhiraj Singh 73527ff5dd chore: lint 2022-02-08 11:02:19 +05:30
Adhiraj Singh 6f9a5f8f2f chore: update version 2022-02-08 11:02:14 +05:30
Anshu S bbea04e5bc Fix Issue #1209 (#1210) 2022-02-07 18:20:48 +05:30
HUGEIT df1e400e03 sendRetryRequest ("Waiting for this message") wrapped in mutex call to avoid crash in #1152 2022-01-25 13:54:42 +01:00
Adhiraj Singh e7c2d4e117 fix: account for missing owner prop in legacy 2022-01-22 15:39:04 +05:30
Adhiraj Singh b68efb15b6 fix: correct verify 2022-01-22 14:57:59 +05:30
Adhiraj Singh 1f2a6641f3 feat: mutex processing in a chat to preserve order of events 2022-01-22 14:07:06 +05:30
Adhiraj Singh a06f639774 fix: self read receipt on groups 2022-01-22 12:19:00 +05:30
Adhiraj Singh 08cd253e90 feat: add 'updateMessageWithReceipt' utility 2022-01-22 12:05:38 +05:30
Adhiraj Singh 57d6ab62a1 feat: use message receipt on MD 2022-01-22 11:37:26 +05:30
Adhiraj Singh 92587bd46a refactor: use the proto UserReceipt instead of custom MessageInfo 2022-01-22 00:27:00 +05:30
Adhiraj Singh 284c7e7812 fix: do not mutate update object reference 2022-01-20 12:28:56 +05:30
Adhiraj Singh 1ff4ff3aa6 chore: update version 2022-01-20 11:17:22 +05:30
Adhiraj Singh 1fb52de958 docs: update readme about store 2022-01-19 22:38:04 +05:30