Querying Left communities

If I query communitites using the flag: membership ‘notMember’

A community appears if I have never joined it. But if I join and then leave, it disappears from this list, which means I can never re-join it?

Hello @BenGannaway , from our testing, re-joining communities appears to work fine. Could you clarify what you mean by “never re-join”? If you’re encountering an issue, do you see any errors in the console or network tab? Please also share the relevant code and let us know which SDK version you’re using.

if you join and then leave a community and then query communities using ‘notMember’ the ones you have left will not show up in the returned list

@amityco/ts-sdk-react-native”: “^7.5.0”,

Hello @BenGannaway , Our team was able to reproduce this issue on version 7.5.0. After reviewing our release history, they confirmed that the issue was fixed in 7.8.1, and it works properly in the latest release (7.8.5).

We recommend updating your SDK to the latest version, which should resolve the issue.

1 Like