From 1fe41d5a98cbd5713b949371cb15f283d496448c Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Fri, 29 Aug 2025 11:48:56 -0700 Subject: [PATCH] second try at fixing AP followers/following collection specifically https://console.cloud.google.com/errors/detail/CKyO04_I-4belQE;time=P1D;locations=global?project=bridgy-federated , first attempt was 593e199bdf07e482633d33d751555fb1634ad48c --- activitypub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activitypub.py b/activitypub.py index ef92b034..6b394ab6 100644 --- a/activitypub.py +++ b/activitypub.py @@ -1408,7 +1408,7 @@ def follower_collection(id, collection): 'type': 'CollectionPage', 'partOf': request.base_url, 'items': util.trim_nulls( - [ActivityPub.convert(f.user.obj, from_user=f.user) + [ActivityPub.convert(f.user.obj) for f in followers if f.user.is_enabled(ActivityPub)]), } if new_before: