LemmyNet / lemmy-js-client

A javascript / typescript http and websocket client and type system for Lemmy.
GNU Affero General Public License v3.0
135 stars 56 forks source link

Allow falsey get parameter values #257

Closed matc-pub closed 5 months ago

matc-pub commented 5 months ago

0, false and "" currently become None on the server.

Noticed this trying to list comments with max_depth: 0.

SleeplessOne1917 commented 5 months ago

Good catch!