Fix selecting domains to forward reports to not passing the information correctly (#26636)

local
Claire 9 months ago committed by GitHub
parent 2dbbeedc94
commit b2ac93dd73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/mastodon/features/ui/components/report_modal.jsx

@ -62,7 +62,7 @@ class ReportModal extends ImmutablePureComponent {
dispatch(submitReport({
account_id: accountId,
status_ids: selectedStatusIds.toArray(),
selected_domains: selectedDomains.toArray(),
forward_to_domains: selectedDomains.toArray(),
comment,
forward: selectedDomains.size > 0,
category,

Loading…
Cancel
Save