mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #313] Recommended Profile Filtering Change #725
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#725
Loading…
Add table
Add a link
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?
Originally created by @ghost on GitHub (Apr 8, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/313
In actions_impl.py
Change line 17-18:
from:
to:
This will prevent bot from following then unfollowing people who are already following you which might cause them to then unfollow you (only works if skip following filter is set). Instagram sorts lists by connections so chance of your followers being towards the top of the list is high so this is important.
Would be nice to see an actual filter built in for next version.