MV-GH / LemmyBackwardsCompatibleAPI

Kotlin multiplatform Backward compatible Lemmy API
GNU Affero General Public License v3.0
4 stars 1 forks source link

Replace ints with longs #28

Closed MV-GH closed 5 months ago

MV-GH commented 5 months ago

@Dessalines Are there any problematic as long instead of int?

dessalines commented 5 months ago

I don't think so, afaik there's no hard limit on json numbers, which is what these get serialized to and from.

MV-GH commented 5 months ago

I was more thinking in the rust code, if someone fills in user provided number that is only an int