mastodon/app
ThibG f1f96ebf02
Fix being able to import more than allowed number of follows (#15384)
* Fix being able to import more than allowed number of follows

Without this commit, if someone tries importing a second list of accounts to
follow before the first one has been processed, this will queue imports for
the two whole lists, even if they exceed the account's allowed number of
outgoing follows.

This commit changes it so the individual queued imports aren't exempt from
the follow limit check (they remain exempt from the rate-limiting check
though).

* Catch validation errors to not re-queue failed follows

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2020-12-26 23:52:46 +01:00
..
chewy
controllers Use existing FeaturedTag serializer and delete AccountFeaturedTag serializer (#15415) 2020-12-23 16:43:38 +01:00
helpers
javascript New Crowdin updates (#15413) 2020-12-26 23:51:46 +01:00
lib
mailers
models Fix being able to import more than allowed number of follows (#15384) 2020-12-26 23:52:46 +01:00
policies
presenters
serializers Use existing FeaturedTag serializer and delete AccountFeaturedTag serializer (#15415) 2020-12-23 16:43:38 +01:00
services Fix being able to import more than allowed number of follows (#15384) 2020-12-26 23:52:46 +01:00
validators
views
workers Fix being able to import more than allowed number of follows (#15384) 2020-12-26 23:52:46 +01:00