mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +00:00
4a63201a79
* fix_: send request for shared addresses when restoring a community Needed for https://github.com/status-im/status-desktop/issues/14289 When someone restores a community that they joined, it now sends a message to the control node to get their shared addresses back. It's lighter that backing up the addresses all the time on waku and should only be needed once. * fix_: filter communities before to avoid passing `alreadyHandled` parameter to `requestCommunityKeysAndSharedAddresses` --------- Co-authored-by: Patryk Osmaczko <osmaczkopatryk@gmail.com>