server: check that recursion limit is used everywhere #264
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow up from #261.
I think we need to check that the resolver is passed along through all functions in the Activitypub kernel. Probably grep for
new Resolver
.Side question: Is there a way where we don't have to pass it along? (A way that is not global variables?)
I'm guessing grouping things into classes would be one way to go about it, though I'm not sure how much beter that would be than using globals.