Skip to content

Fix #808: Advertise the list of supported upload extensions in the Nodeinfo endpoint

Agate requested to merge 808-supported-mimetypes into develop

Closes #808 (closed)

This adds the following in the metadata object:

"supportedUploadExtensions": [
  "flac",
  "mp3",
  "ogg"
],

at /api/v1/instance/nodeinfo/2.0/

Merge request reports