chinwagsocial/app
Lex Alexander b8bae96647 Retoot count increases without reason ()
* 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 .

* 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 () 2017-10-11 00:52:25 +02:00
helpers Add moderation note () 2017-10-07 20:26:43 +02:00
javascript Reduce discrepancies between server and client-side character count () 2017-10-12 23:26:34 +02:00
lib Fix - Fix missing attribute in remove_from_feed () 2017-10-08 21:55:34 +02:00
mailers Supply @instance variable in password reset instructions / password change mailer () 2017-10-04 13:25:24 +02:00
models Retoot count increases without reason () 2017-10-13 02:52:09 +02:00
policies Add status destroy authorization to policy () 2017-05-30 22:56:31 +02:00
presenters Compact status_ids in StatusRelationshipsPresenter () 2017-09-24 11:18:32 +02:00
serializers Fix - Use object URI only in Announce, instead of embedding () 2017-10-08 14:41:59 +02:00
services Fix some failure cases on FetchLinkCardService () 2017-10-12 12:01:32 +02:00
validators Implement EmailBlackList () 2017-10-04 15:16:10 +02:00
views fix presented og:url is incorrect () 2017-10-11 19:22:21 +02:00
workers Set snowflake IDs for backdated statuses () 2017-10-08 17:34:34 +02:00