Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C# - Provide means to get PartyID user is in. #66

Open
keiranlovett opened this issue Jun 8, 2021 · 1 comment
Open

C# - Provide means to get PartyID user is in. #66

keiranlovett opened this issue Jun 8, 2021 · 1 comment
Labels

Comments

@keiranlovett
Copy link

Within the context of requesting to join another players party there needs to be a way get that party ID.

Proposing - A simple function that returns the party this user has joined. If user hasn't joined any party yet, null will be returned.

@novabyte
Copy link
Member

novabyte commented Jun 8, 2021

Proposing - A simple function that returns the party this user has joined. If user hasn't joined any party yet, null will be returned.

@keiranlovett The API you propose would need to be batch orientated like our other APIs for performance. I'll have a discussion with the team on how we could provide a better experience when a game wants to surface the friends who are in parties on their friends list for example.

In the meantime this could be achieved with status updates where the user inserts into their status the ID of the party they're currently in.

@lugehorsam lugehorsam changed the title Provide means to get PartyID user is in. C# - Provide means to get PartyID user is in. Sep 21, 2022
@lugehorsam lugehorsam added the C# label Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants