MV-GH / LemmyBackwardsCompatibleAPI

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

Make Protocol field nullable in NodeInfo field #52

Closed MV-GH closed 5 months ago

MV-GH commented 5 months ago

For private instances, Lemmy sets this as null. This might be against the spec but I will have to support this anyway.

http://nodeinfo.diaspora.software/docson/index.html#/ns/schema/2.0

see https://github.com/LemmyNet/jerboa/issues/1487