about summary refs log tree commit diff
path: root/app/services/report_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/report_service.rb')
-rw-r--r--app/services/report_service.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/services/report_service.rb b/app/services/report_service.rb
index 1bcc1c0d5..73bd6694f 100644
--- a/app/services/report_service.rb
+++ b/app/services/report_service.rb
@@ -21,7 +21,8 @@ class ReportService < BaseService
     @report = @source_account.reports.create!(
       target_account: @target_account,
       status_ids: @status_ids,
-      comment: @comment
+      comment: @comment,
+      uri: @options[:uri]
     )
   end