IOMirea / messenger-api

University messenger project API
https://iomirea.ml
GNU General Public License v3.0
5 stars 0 forks source link

Change snowflakes to strings #4

Closed y21 closed 5 years ago

y21 commented 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.

Fogapod commented 5 years ago

https://github.com/Fogapod/IOMirea-server/commit/0e4b2ee55f03f0de05bc9d931fb9241dd845014b solves this.