You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.
when calling getConvo, the messages returned are filtered with author==currentUser
Thus once we close the conversation and re-open later, we can only see our own messages.
Issue is due to the @auth in the graphql schema filtering the "type Message"
I would suggest to leave the read open as there are no direct query on Message, always thru connections
when calling getConvo, the messages returned are filtered with author==currentUser
Thus once we close the conversation and re-open later, we can only see our own messages.
Issue is due to the @auth in the graphql schema filtering the "type Message"
I would suggest to leave the read open as there are no direct query on Message, always thru connections
The text was updated successfully, but these errors were encountered: