79384465

Date: 2025-01-24 13:17:37
Score: 0.5
Natty:
Report link

I already resolved this; it was because my signedPreKeyId was too long, so I changed my makeID function to this below:

function makeID() {
    return Math.floor(10000 * Math.random())

    // const timestamp = Date.now()
    // const random = Math.floor(Math.random() * 1000)
    // return parseInt(`${timestamp}${random}`, 10)
  }
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Adekojo Emmanuel