Skip to content

Fix JSON follows handler#11691

Merged
mekarpeles merged 1 commit intomasterfrom
11115/bug/pubsub
Jan 20, 2026
Merged

Fix JSON follows handler#11691
mekarpeles merged 1 commit intomasterfrom
11115/bug/pubsub

Conversation

@jimchamp
Copy link
Copy Markdown
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
Copy Markdown
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.

@mekarpeles mekarpeles merged commit c13b5be into master Jan 20, 2026
14 checks passed
@mekarpeles mekarpeles deleted the 11115/bug/pubsub branch January 20, 2026 20:23
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