Skip to content
Snippets Groups Projects
  1. Dec 30, 2020
  2. Dec 29, 2020
  3. Dec 27, 2020
  4. Dec 26, 2020
    • ThibG's avatar
      Fix being able to import more than allowed number of follows (#15384) · f1f96ebf
      ThibG authored
      
      * 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: default avatarClaire <claire.github-309c@sitedethib.com>
      Unverified
      f1f96ebf
Loading