mirror of
https://github.com/status-im/status-go.git
synced 2025-01-24 21:49:54 +00:00
1460589a0b
We remove the shared accounts to send normal admins to not leak the addresses, however, that was a destructive action that also removed them from the `requestToJoin` param, which is reused later in the code, so it created an unwanted side effect. The side effect is now erased.