make 'download' optional

This commit is contained in:
Michael Hall 2023-07-08 12:32:58 -04:00 committed by GitHub
parent 2b3f5ba0eb
commit b49c491880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
94.md
View File

@ -21,7 +21,7 @@ This NIP specifies the use of the `1063` event type, having in `content` a descr
* `magnet` (optional) URI to magnet file * `magnet` (optional) URI to magnet file
* `i` (optional) torrent infohash * `i` (optional) torrent infohash
* `blurhash`(optional) the [blurhash](https://github.com/woltapp/blurhash) to show while the file is being loaded by the client * `blurhash`(optional) the [blurhash](https://github.com/woltapp/blurhash) to show while the file is being loaded by the client
* `download` expresses that this file is intended to be presented as a download link, rather than played inline. Client's may choose to ignore this. * `download` (optional) expresses that this file is intended to be presented as a download link, rather than played inline. Client's may choose to ignore this.
```json ```json
{ {