Closed y21 closed 5 years ago
Right now snowflakes are stored as integers and API returns them as integers. Other languages have integer limits and it is harder to work with them in its current state.
https://github.com/Fogapod/IOMirea-server/commit/0e4b2ee55f03f0de05bc9d931fb9241dd845014b solves this.
Right now snowflakes are stored as integers and API returns them as integers. Other languages have integer limits and it is harder to work with them in its current state.