-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Given the default extension for text is set to 'txt'
when creating a text document in the ios client
it creates a .md file
To Reproduce
Steps to reproduce the behavior:
./occ config:app:set text default_file_extension --value 'txt'- Create a text document from the ios client
- See .md extension
Expected behavior
The ios client should respect the configured default.
Current Api response
/ocs/v2.php/apps/files/api/v1/directEditing
{
"textdocument": {
"id": "textdocument",
"editor": "text",
"name": "text document",
"extension": "md",
"templates": false,
"mimetype": "text/markdown"
}
}Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
☑️ Done