Browse Source

reporting: don't use spam for every report

Changelog-Fixed: Fixed bug where `spam` was always the report type
translations_damus-localizations-en-us-xcloc-localized-contents-en-us-xliff--master_ar
William Casarin 2 years ago
parent
commit
b9c2473a2d
  1. 2
      damus/Views/ReportView.swift

2
damus/Views/ReportView.swift

@ -44,7 +44,7 @@ struct ReportView: View {
}
func do_send_report(type: ReportType) {
guard let ev = send_report(privkey: privkey, pool: pool, target: target, type: .spam) else {
guard let ev = send_report(privkey: privkey, pool: pool, target: target, type: type) else {
return
}

Loading…
Cancel
Save