Gets a friendly name of the user
Returns:
either the display name or MXID if unset
48 49 50
# File 'lib/matrix_sdk/user.rb', line 48 def friendly_name display_name || id end