You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
controllers sign_in and sign_up views present og meta infos (#5308) 8 years ago
helpers Add moderation note (#5240) 8 years ago
javascript Reduce discrepancies between server and client-side character count (#5360) 8 years ago
lib Fix #5271 - Fix missing attribute in remove_from_feed (#5277) 8 years ago
mailers Supply @instance variable in password reset instructions / password change mailer (#5215) 8 years ago
models Retoot count increases without reason (#5363) 8 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Compact status_ids in StatusRelationshipsPresenter (#5073) 8 years ago
serializers Fix #5178 - Use object URI only in Announce, instead of embedding (#5266) 8 years ago
services Fix some failure cases on FetchLinkCardService (#5347) 8 years ago
validators Implement EmailBlackList (#5109) 8 years ago
views fix presented og:url is incorrect (#5320) 8 years ago
workers Set snowflake IDs for backdated statuses (#5260) 8 years ago