Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Option to hide "liked your tweet"/"retweeted your tweet" from Notifications #157

Closed
ahmetb opened this issue Nov 29, 2018 · 2 comments
Closed

Comments

@ahmetb
Copy link

ahmetb commented Nov 29, 2018

I see there's already these settings for Notifications tab:
image

But I actually find "likes" and "retweets" on my tweets redundant. Maybe there should be

a. have an option likes/tweets (just like the options above)
b. have an option to remember which tab was visited on Notifications (among "All" vs "Mentions"), so if I click "Mentions" once, I'll land there forever.

I know these have some repercussions like if you have likes/RTs on your tweets, the badge indicator on the top will still light on etc but you won't be able to see them (annoying).

@ahmetb
Copy link
Author

ahmetb commented Nov 30, 2018

So I'm trying to implement this by munging the existing options

for example:

	hideNotificationsFollowActivity: {
		id: 'feature-notifications-hide-follow-activity',
		category: 'notifications',
		label: 'Hide "Followed you" activity',
		runOnInit: true
	},

can anyone explain how does this item in features actually hides stuff? I don't see any fn hooked to it.

@sindresorhus
Copy link
Owner

Closing as this extension is now deprecated: 8dd9df7

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

No branches or pull requests

2 participants