> I have met the same problem as well, my another question is how can i get my invitation from other people's userGroup You could create a model that looks like this ``` { from: `username of admin`, to: `username of invitee`, id: `invitation id` } ``` Then you could query the `to` field with your username. Maybe? _Originally posted by @xanderjakeq in https://github.com/blockstack/radiks/issues/45#issuecomment-585306195_ The above is my first thoughts. @friedger mentioned it is a privacy concern. So what the best way to find group invitations?
You could create a model that looks like this
Then you could query the
tofield with your username.Maybe?
Originally posted by @xanderjakeq in #45 (comment)
The above is my first thoughts. @friedger mentioned it is a privacy concern. So what the best way to find group invitations?