You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Replace record contact_bitfield with base64url encoded Uint1Array
monitor/index.js
Line 148 in 7c182f5
https://github.com/i5ik/Uint1Array
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER#description
The text was updated successfully, but these errors were encountered: