diff options
| author | Thabokani <149070269+Thabokani@users.noreply.github.com> | 2024-01-17 16:09:50 +0800 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2024-01-17 09:22:25 -0300 |
| commit | 9b39fd5ef51eefc85af99b5aefac1a109bc17de3 (patch) | |
| tree | 25414cae50ccf150ae68f14bbd0a51fdc6d5623f /96.md | |
| parent | d8d75d9b19e6c66f7d75c771e784cd9dee4d2320 (diff) | |
NIP-96: fix typo
Diffstat (limited to '96.md')
| -rw-r--r-- | 96.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -273,7 +273,7 @@ The `server` should reject deletes from users other than the original uploader. | |||
| 273 | It should be noted that more than one user may have uploaded the same file (with the same hash). In this case, a delete must not really delete the file but just remove the user's `pubkey` from the file owners list (considering the server keeps just one copy of the same file, because multiple uploads of the same file results | 273 | It should be noted that more than one user may have uploaded the same file (with the same hash). In this case, a delete must not really delete the file but just remove the user's `pubkey` from the file owners list (considering the server keeps just one copy of the same file, because multiple uploads of the same file results |
| 274 | in the same file hash). | 274 | in the same file hash). |
| 275 | 275 | ||
| 276 | The successfull response is a 200 OK one with just basic JSON fields: | 276 | The successful response is a 200 OK one with just basic JSON fields: |
| 277 | 277 | ||
| 278 | ``` | 278 | ``` |
| 279 | { | 279 | { |