def comment
    message = "#{@notifiable.participant.name} commented on a discussion thread you are participating in."
    if @notifiable.participant.image_file.file.present?
      thumbnail_url = @notifiable.participant.image_file.url
    else