feat: Use `application/octet-stream` as a fallback media type to avoid "Unknown media type" errors (#32471)
parent
30399688fc
commit
02dd87574b
@ -0,0 +1,6 @@ |
||||
--- |
||||
"@rocket.chat/meteor": minor |
||||
"@rocket.chat/i18n": minor |
||||
--- |
||||
|
||||
Removed "Unknown media type" errors on the client side by using `application/octet-stream` as a fallback media type (MIME type) for all files |
||||
@ -1,5 +1,6 @@ |
||||
export const targetUser = 'rocket.cat'; |
||||
export const imgURL = './public/images/logo/1024x1024.png'; |
||||
export const lstURL = './tests/e2e/fixtures/files/lst-test.lst'; |
||||
export const drawioURL = './tests/e2e/fixtures/files/diagram.drawio'; |
||||
export const svgLogoURL = './public/images/logo/logo.svg'; |
||||
export const svgLogoFileName = 'logo.svg'; |
||||
|
||||
@ -0,0 +1,13 @@ |
||||
<mxfile host="app.diagrams.net" modified="2024-05-21T16:10:09.295Z" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" etag="ZxZRCTHi-kxhlzk7b9_Z" version="24.4.4" type="device"> |
||||
<diagram name="Página-1" id="9eBILa8281JaQ4yUkDbp"> |
||||
<mxGraphModel dx="1434" dy="786" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0"> |
||||
<root> |
||||
<mxCell id="0" /> |
||||
<mxCell id="1" parent="0" /> |
||||
<mxCell id="dopCU4gkJe7Sfp6IDYO1-1" value="<b><font style="font-size: 30px;">Rocket.Chat</font></b>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1"> |
||||
<mxGeometry x="314" y="350" width="200" height="50" as="geometry" /> |
||||
</mxCell> |
||||
</root> |
||||
</mxGraphModel> |
||||
</diagram> |
||||
</mxfile> |
||||
Loading…
Reference in new issue