i'm trying to display the user's friendly name in a conversation but seems like the Message resource only retrieves the identity string as the message author
I've tried to fetch the conversation participants, create a new array with the messages and add a new field with the friendly name for every message but i don't think this is the best solution