mirror of
https://github.com/makeplane/plane.git
synced 2026-09-02 12:09:14 +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.