-
-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
Nintendo Switch OnlineRelated to the Nintendo Switch Online app APIsRelated to the Nintendo Switch Online app APIsbugSomething isn't workingSomething isn't workingfeature/discordDiscord Rich PresenceDiscord Rich Presence
Description
/v3/Account/Login
, /v3/Account/GetToken
and /v3/User/ShowSelf
currently seem to be returning incorrect presence data. This object is always returned (which looks the same as the presence object for users who have never been online, or are not sharing their presence with you):
"presence": {
"state": "OFFLINE",
"updatedAt": 0,
"logoutAt": 0,
"game": {}
}
/v3/Friend/List
still returns correct presence data.
Metadata
Metadata
Assignees
Labels
Nintendo Switch OnlineRelated to the Nintendo Switch Online app APIsRelated to the Nintendo Switch Online app APIsbugSomething isn't workingSomething isn't workingfeature/discordDiscord Rich PresenceDiscord Rich Presence
Projects
Status
Done