Jonathan Rainville 59a05243af fix(community): fix messages being gone when we re-join a community
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.
2022-12-12 10:47:17 -05:00
..
2020-09-29 13:28:08 -04:00
2020-09-04 15:57:29 -04:00
2020-09-04 15:57:29 -04:00
2020-09-04 15:57:29 -04:00
2022-11-28 10:41:27 +01:00
2021-08-24 16:56:55 -04:00