Devvit provides a way to get user social links by way of the getSocialLinks method on the User object. But most of the time I need to grab a user's social links, I don't need any other properties from the user other than their name, which I will typically already have. so it feels wasteful to make a redundant call like this
It would be great if there was a method on context.reddit to retrieve social links without having to grab the User first.