]> cat aescling's git repositories - mastodon.git/commit
Add foreign key to prevent reblogs of non-existent (after race conditions) statuses...
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 17 Feb 2017 01:33:10 +0000 (02:33 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 17 Feb 2017 01:33:10 +0000 (02:33 +0100)
commita1e96ae94fbdad5b5953edd705717de4e1ce60eb
treea0b650b9e759359569416b7dbde1297de601c414
parent5ddad41245098f1ab931f732f8b48655a86d57b0
Add foreign key to prevent reblogs of non-existent (after race conditions) statuses from happening
Fix issue with detailed status view not supporting unreblogging/unfavouriting
app/assets/javascripts/components/features/status/index.jsx
db/migrate/20170217012631_add_reblog_of_id_foreign_key_to_statuses.rb [new file with mode: 0644]
db/schema.rb