Jonathan Rainville c5e7ca3827
fix(contact_request)_: potential fix to contact request with no saved message (#5665)
Fixes https://github.com/status-im/status-desktop/issues/15930

The issue happened because I received a notification about a contact request, but the request was not associated with a message in the DB. The DB didn't have a message with the required ID in it.

This potential fix moves the creation of the contact request later in the handling code, because the only way this bug can happen as far as I see it is if there is an error later in the handler function and the message is never added to the response, and therefore never saved.
2024-08-08 18:00:16 +05:30
2023-06-23 12:01:30 +01:00
2023-01-13 17:52:03 +00:00
2024-07-15 20:55:12 +05:30
2024-07-15 20:55:12 +05:30
2022-03-28 13:14:12 +01:00
2022-03-28 13:14:12 +01:00
2024-07-11 12:32:31 +01:00
2021-07-20 10:57:38 +02:00
2023-01-13 17:52:03 +00:00
2024-07-15 20:55:12 +05:30
2022-12-29 14:16:19 +08:00
2022-07-17 15:37:14 +02:00
2024-07-11 10:05:31 +01:00
2023-11-13 14:06:32 -05:00
2024-08-06 20:13:07 +01:00
2024-04-18 18:48:02 +02:00
2024-06-24 11:52:50 +01:00
2024-08-06 20:13:07 +01:00
2024-08-06 20:13:07 +01:00
2024-03-20 20:38:24 +00:00
2024-04-10 11:43:13 +01:00
Description
The Status module that consumes go-ethereum
https://status.im
Readme
Languages
Go 98.6%
Python 0.7%
Shell 0.4%
Makefile 0.1%
Groovy 0.1%