nakama icon indicating copy to clipboard operation
nakama copied to clipboard

Add owner records in response when haystack without cursor

Open antontidev opened this issue 5 months ago • 0 comments

It's weird when I call _client.ListLeaderboardRecordsAroundOwnerAsync from the client and the response only contains Records, not OwnerRecords, even if the player has them. I have to do a foreach in this case to find my record.

https://github.com/heroiclabs/nakama/blob/master/server/core_leaderboard.go#L910

antontidev avatar Sep 16 '24 12:09 antontidev