mirror of
https://github.com/makeplane/plane.git
synced 2026-05-18 21:25:41 +02:00
Plain-text files have no magic bytes, so the file-type signature detector returned an empty MIME type and the backend rejected them. Add an extension-based fallback for markdown/mdx, allow text/mdx in the API and editor allow-lists, and pick a file icon for these extensions.