Skip to content

Conversation

@jimchamp
Copy link
Collaborator

Closes #11115

Implements one-liner from this review note.

PubSub.get_subscriptions does not exist.

Technical

Testing

Screenshot

Stakeholders

Copilot AI review requested due to automatic review settings January 12, 2026 22:52
@github-actions github-actions bot added the Priority: 2 Important, as time permits. [managed] label Jan 12, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug in the JSON follows handler where the code was calling a non-existent method PubSub.get_subscriptions. The method has been corrected to use the actual method name PubSub.get_following.

Changes:

  • Fixed method call from PubSub.get_subscriptions to PubSub.get_following in the patrons follows API endpoint

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Priority: 2 Important, as time permits. [managed]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pub Sub Following Issue

3 participants