Skip to content
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

Hide new puzzle notifications when puzzle is made private (rather than deleting) #529

Open
mdirolf opened this issue Jun 18, 2024 · 0 comments

Comments

@mdirolf
Copy link
Member

mdirolf commented Jun 18, 2024

When a public puzzle is made private we delete new puzzle notifications for obvious reasons. They aren't recreated when it's made public again to prevent double notifying when the setting is toggled.

Instead we should set some sort of flag on the notification when the puzzle is made private which we can unset when it's made public again. A simple hack might be to treat private as "private until" the max timestamp value.

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

No branches or pull requests

1 participant