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

Add support for more than 52 contacts #1

Open
innovate-invent opened this issue Oct 7, 2021 · 0 comments
Open

Add support for more than 52 contacts #1

innovate-invent opened this issue Oct 7, 2021 · 0 comments

Comments

@innovate-invent
Copy link
Contributor

innovate-invent commented Oct 7, 2021

Replace record contact_bitfield with base64url encoded Uint1Array

contact_bitfield = parseInt(contact_bitfield) // contact_bitfield.match('^[0-9]+$') ? parseInt(contact_bitfield) : atob(contact_bitfield) //TODO replace with https://github.com/i5ik/Uint1Array to allow more than ~58 contacts

https://github.com/i5ik/Uint1Array

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER#description

@innovate-invent innovate-invent changed the title Add support for more than 58 contacts Add support for more than 52 contacts Sep 16, 2022
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