Index: src/routes/activitypub.js
===================================================================
--- src/routes/activitypub.js	(revision f889429b240a7ad9a035d0ffcb48a6a62003b813)
+++ src/routes/activitypub.js	(revision 952baf39d4219c186a0428025fb689aec377f7f5)
@@ -253,5 +253,5 @@
 }
 queueRoute('offers', (id, slug, me) => Guardianship.offersCollection(id, slug, me));
-queueRoute('follows', (id) => Guardianship.followsCollection(id));
+queueRoute('follows', (id, slug, me) => Guardianship.followsCollection(id, slug, me));
 // §5.3 turned around (shaer-p729): what this ward has asked to follow, still
 // waiting on its guardians. Owner-only like the rest — who a child wants to
