-
Notifications
You must be signed in to change notification settings - Fork 21
Unfollow option: Followed time ago #12
Comments
|
Well, I didn't check the current code, but when you do a Follow you can save the |
Also, if you start saving that kind of data it would be better to use |
The sync storage is limited and therefore not suitable. |
The problem with saving a timestamp on follow is that sometimes Twitter will reject the follow due to limits. That is why this extension only saves the record ids of unfollowed accounts. Because unfollow always works and gets never rejected. |
You can check if it was rejected by looking at the state of the button. You could use timing events. |
So the new behaviour would be:
and the current behaviour is:
Also we have to make sure that the old data gets migrated to the new object in some way. |
I just saw in the code that you take |
Saving the follow actions will also be useful for the "Skip already once unfollowed profiles" setting. For now, I use 3rd apps to unfollow accounts. So, if you once followed an account with your extension and then unfollowed with something else, next time they want to follow it with your extension you will not have the |
Yes. The follow timestamps will also replace the unfollowed data. When we switch to follow timestamps we will just keep the unfollowed data as it is, so this data is not lost and will be used in addition to the timestamps, but does not get updated any more. Why do you use 3rd apps to unfollow? Do they have any advantages? |
For now, I use manageflitter.com because I can order the accounts "Not following back" in a chronological order. However, it only allows you to unfollow 100 accounts per day and you have to pay if you want to "Increase your daily unfollow limit to 2,000". That's when I found your extension and by adding this functionality I will not need a 3rd app. They also have some interesting functions like
|
Personally I find I'm still getting enough followers if I post often, and follow/unfollow every two days. My supposition is that if a user does not follow you within a couple of days they are not very active, and therefore not worth having because they will not interact with your content. ¯_(ツ)_/¯ |
Add more infos about the days followed option #12 Push version
This option is now available. Thank you guys for participating! |
@tlemens thanks for implementing it! 😃 |
The text was updated successfully, but these errors were encountered: