Skip to content

fix: Remove the "Liimt timeline notifications" preference #1009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

nikclayton
Copy link
Contributor

This wasn't acting as a preference.

It presented as a switch. If the user toggled it some notification settings were changed for all accounts.

It wasn't clear what was changed, and if the user changed some of those settings back the switch position did not change (it couldn't, you couldn't meaningfully represent a partial change using a single switch).

Since the user has full control over the notification filters on a per-account basis remove this "preference" to reduce confusion.

Fixes #935

This wasn't acting as a preference.

It presented as a switch. If the user toggled it some notification
settings were changed for all accounts.

It wasn't clear what was changed, and if the user changed some of those
settings back the switch position did not change (it couldn't, you
couldn't meaningfully represent a partial change using a single switch).

Since the user has full control over the notification filters on a
per-account basis remove this "preference" to reduce confusion.

Fixes #935
@nikclayton nikclayton merged commit a5c8bf5 into main Oct 17, 2024
23 checks passed
@nikclayton nikclayton deleted the 935-remove-limit-timeline-notifications branch October 17, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the "Limit timeline notifications" preference
1 participant