]> cat aescling's git repositories - mastodon.git/commit
Set and store report URIs (#10303)
authorThibG <thib@sitedethib.com>
Sun, 17 Mar 2019 14:34:56 +0000 (15:34 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 17 Mar 2019 14:34:56 +0000 (15:34 +0100)
commita20354a20b9dffada0e8d6170ebc2ff13c79baea
tree74d1a47399b0cbd24187562b1a864ae5e984979c
parent5e38ef87a7b8bac59ffa0d98464086ab8a60a2e1
Set and store report URIs (#10303)

Fixes #10271
app/lib/activitypub/activity/flag.rb
app/models/report.rb
app/serializers/activitypub/flag_serializer.rb
app/services/report_service.rb
db/migrate/20190317135723_add_uri_to_reports.rb [new file with mode: 0644]
db/schema.rb
spec/lib/activitypub/activity/flag_spec.rb
spec/services/report_service_spec.rb