Is there a way to list the user’s friends from the go runtime? (besides of querying directly from “user_edge” table)
I implemented my own passive matchmaking (the entire logic is managed by the server), at the first step I want to search for a relevant opponent in the user’s friends list.
But the only way I found for listing friends is from the client.
Thanks.