mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
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#450
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?
📋 Pull Request Information
Original PR: https://github.com/alexal1/Insomniac/pull/274
Author: @shifenis
Created: 2/24/2021
Status: ❌ Closed
Base:
master← Head:feature/prevent_interact_followed_user📝 Commits (1)
bdbcc65Add skip interact if current user is already following📊 Changes
3 files changed (+20 additions, -3 deletions)
View changed files
📝
insomniac/action_runners/interact/__init__.py(+10 -1)📝
insomniac/action_runners/interact/action_handle_hashtag.py(+2 -1)📝
insomniac/actions_impl.py(+8 -1)📄 Description
This PR adds the possibility to users to prevent interaction with already following users even not followed by the bot.
In order to activate it's necessary to add the flag
--skip-following-user.This works even with hashtags.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.