You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
The current approve_pending_follow_requests() will accept all pending requests.
Describe the solution you'd like
A user prompt to enter the number of requests to be accepted. So the user can say " i just want to approve 10 requests"
Describe alternatives you've considered
What i do currently is i keep an eye on the terminal and whenever it is done approving x requests, i terminate the process. But this a bad way of doing it.
Additional context
I do not have any additional context to this feature request.
The text was updated successfully, but these errors were encountered:
This issue has been automatically closed because the issue template is missing or incomplete. Filling the template is required so standard questions don't need to be asked again each time. Our ability to provide assistance is greatly hampered if few minutes are not taken to complete the issue template with the requested information. The details requested potentially affect which options to pursue. The small amount of time you will spend completing the template will also help the volunteers, providing assistance to you, to reduce the time required to help you.
Is your feature request related to a problem? Please describe.
The current
approve_pending_follow_requests()
will acceptall
pending requests.Describe the solution you'd like
A user prompt to enter the number of requests to be accepted. So the user can say " i just want to approve 10 requests"
Describe alternatives you've considered
What i do currently is i keep an eye on the terminal and whenever it is done approving x requests, i terminate the process. But this a bad way of doing it.
Additional context
I do not have any additional context to this feature request.
The text was updated successfully, but these errors were encountered: