mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
59a05243af
Fixes #7512 The problem was twofold. 1. We didn't try to fetch the messages when we re-joined, since the cursor was not reseted 2. The messages are not longer in the DB since they get deleted on joining. I fixed 1. by reseting the cursor on leave and calling fetch on spectate I fixed 2. in the status-go PR so that we no longer delete the messages when leaving.