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

Notification identifiers are not unique #69

Open
Antontelesh opened this issue Apr 3, 2018 · 0 comments
Open

Notification identifiers are not unique #69

Antontelesh opened this issue Apr 3, 2018 · 0 comments

Comments

@Antontelesh
Copy link

Currently notification ids are based on current time only.

When an app triggers two notifications at the same time, one of them is not shown.
I believe, it'd be better to generate ids using the nanoid package or at least (if you don't want to introduce new dependency) make them string-based and concatenate a unique counter.

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