Merge branch 'classic-flakeids' into 'develop'
[akkoma] / lib / pleroma / web / activity_pub / transmogrifier.ex
index 46b1646f7e1c77c1b9b1716d8c42460789fa1bb0..6656a11c6ceadbe83c885a518adcdf393ce1cc64 100644 (file)
@@ -900,15 +900,10 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
 
     maybe_retire_websub(user.ap_id)
 
-    # Only do this for recent activties, don't go through the whole db.
-    # Only look at the last 1000 activities.
-    since = (Repo.aggregate(Activity, :max, :id) || 0) - 1_000
-
     q =
       from(
         a in Activity,
         where: ^old_follower_address in a.recipients,
-        where: a.id > ^since,
         update: [
           set: [
             recipients: