Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add update_subscription to relay_manager. #98

Open
bitsperity opened this issue May 1, 2023 · 1 comment
Open

Add update_subscription to relay_manager. #98

bitsperity opened this issue May 1, 2023 · 1 comment

Comments

@bitsperity
Copy link

Hey Guys, I just saw that update_subscription is implemented in the relay, but not in the manager.

def update_subscription(self, id: str, filters: Filters):
for relay in self.relays.values():
relay.update_subscription(id, filters)

If I create a branch locally and push it, I get permission denied. How can I contribute? Would like to add this and future PR. Would be happy for some advice!

@PlebeiusGaragicus
Copy link

Fork the project to create your own repo, push the changes to that repo, then submit a pull request back to this repo. You can't push changes to this repo because you don't own it. Pull requests are what you're looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants