mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
NIP-96: fix typo
This commit is contained in:
parent
d8d75d9b19
commit
9b39fd5ef5
2
96.md
2
96.md
|
@ -273,7 +273,7 @@ The `server` should reject deletes from users other than the original uploader.
|
|||
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
|
||||
in the same file hash).
|
||||
|
||||
The successfull response is a 200 OK one with just basic JSON fields:
|
||||
The successful response is a 200 OK one with just basic JSON fields:
|
||||
|
||||
```
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user