Hello
We have a question about the Support Android SDK.
Before I start, I need to mention that we use our own custom UI and `JwtIdentity` to authenticate our users. We noticed that If a user is authenticated and tries to fetch a conversation (based on a conversation id) that was not opened by or for him, then he will get the following error:
404 {"error":"RecordNotFound","description":"Not found"}
Does this SDK filter out the conversations that do not belong to the authenticated user? If so, is there any way to bypass it?