Skip to content

sourcecred v0.11.2

Latest
Compare
Choose a tag to compare
@hozzjss hozzjss released this 31 Jul 17:38
3da222e

Summary

Critical bug patch to solve discord server ids passing the quintillion mark

Contributions

3c76945 Discord message IDs have passed the quintillion mark and this has led to an infinite loop in the codebase due to a string comparison on numeric IDs. This PR proposes a simple fix of casting the IDs to numbers before doing the comparison. (#3361)