mastodon/app
Lex Alexander b8bae96647 Retoot count increases without reason (#5363)
* Retoot count increases without reason

-The store_uri method for Statuses was being called on after_create and causing reblogs to be incremented twice.
-This calls it when the transaction is finished by using after_create_commit.
-Fixes #4916.

* Added test case for after_create_commit callback for checking reblog count.

* Rewrote test to keep original, but added one for only the after_create_commit callback.
2017-10-13 02:52:09 +02:00
..
controllers sign_in and sign_up views present og meta infos (#5308) 2017-10-11 00:52:25 +02:00
helpers
javascript Reduce discrepancies between server and client-side character count (#5360) 2017-10-12 23:26:34 +02:00
lib
mailers
models Retoot count increases without reason (#5363) 2017-10-13 02:52:09 +02:00
policies
presenters
serializers
services Fix some failure cases on FetchLinkCardService (#5347) 2017-10-12 12:01:32 +02:00
validators
views fix presented og:url is incorrect (#5320) 2017-10-11 19:22:21 +02:00
workers