# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors
Comment: #{comment}" else "" end statuses_html = if length(statuses) > 0 do statuses_list_html = statuses |> Enum.map(fn %{id: id} -> status_url = Helpers.o_status_url(Pleroma.Web.Endpoint, :notice, id) "
Statuses:
Reported by: #{reporter.nickname}
Reported Account: #{account.nickname}
#{comment_html} #{statuses_html} """ new() |> to({to.name, to.email}) |> from({instance_name(), instance_email()}) |> reply_to({reporter.name, reporter.email}) |> subject("#{instance_name()} Report") |> html_body(html_body) end end