def mention
    message = "#{@notifiable.participant.name} mentioned you in a post."
    if @notifiable.participant.image_file.file.present?
      thumbnail_url = @notifiable.participant.image_file.url
    else