mirror of
https://github.com/status-im/status-go.git
synced 2025-01-18 10:42:07 +00:00
c38ec00a2d
In general, any time a piece of state is updated in the backend, that should be propagated to the client through signals. In this case, when a request was accepted, the client wasn't notified, requiring them to re-fetch the accepted requests and causing inconsistent state between status-go and client.