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