fix: 📝 Remove wrong sentence from changelog

This commit is contained in:
Jesse Wierzbinski 2025-10-08 19:22:32 +02:00
parent 064a4aa828
commit e83eeaa976
No known key found for this signature in database
4 changed files with 10 additions and 83 deletions

View file

@ -127,9 +127,7 @@ It is a good idea to provide at least two versions of an image (if possible): on
},
"thumbhash": "3OcRJYB4d3h/iIeHeEh3eIhw+j2w",
"width": 1920,
"height": 1080,
"fps": null,
"duration": null
"height": 1080
}
}
```
@ -138,39 +136,15 @@ It is a good idea to provide at least two versions of an image (if possible): on
{
"text/plain": {
"content": "The consequences of today are determined by the actions of the past. To change your future, alter your decisions today.",
"remote": false,
"description": null,
"size": null,
"hash": null,
"thumbhash": null,
"width": null,
"height": null,
"fps": null,
"duration": null
"remote": false
},
"text/markdown": {
"content": "> The consequences of today are determined by the actions of the past.\n> To change your future, alter your decisions today.",
"remote": false,
"description": null,
"size": null,
"hash": null,
"thumbhash": null,
"width": null,
"height": null,
"fps": null,
"duration": null
"remote": false
},
"text/html": {
"content": "<blockquote><p>The consequences of today are determined by the actions of the past.</p><p>To change your future, alter your decisions today.</p></blockquote>",
"remote": false,
"description": null,
"size": null,
"hash": null,
"thumbhash": null,
"width": null,
"height": null,
"fps": null,
"duration": null
"remote": false
}
}
```