]> cat aescling's git repositories - mastodon.git/commit
Remove conversation URI (#11423)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 28 Jul 2019 15:30:12 +0000 (17:30 +0200)
committerGitHub <noreply@github.com>
Sun, 28 Jul 2019 15:30:12 +0000 (17:30 +0200)
commit75f7f9930eb2a6f5c4041ec44fe0aa795c9ec449
tree446b7fa050fa9e4c624a46eef874c5bd4441137e
parentcfb2ed78231758a79af038a964ab7f7b7b35274e
Remove conversation URI (#11423)

It is not part of ActivityPub and will free up a lot of space
app/lib/activitypub/activity/create.rb
app/models/conversation.rb
app/serializers/activitypub/note_serializer.rb
db/post_migrate/20190519130537_remove_boosts_widening_audience.rb
db/post_migrate/20190728084117_remove_uri_from_conversations.rb [new file with mode: 0644]
db/schema.rb
spec/models/conversation_spec.rb