NIP-24: avatar -> picture

This commit is contained in:
Alex Gleason 2024-11-20 11:00:07 -06:00
parent 54e110b93a
commit 83505b2b5b
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

2
24.md
View File

@ -40,7 +40,7 @@ In the context of a full metadata object:
}
```
While protocol-level fields like `lud16` and `avatar` can influence the behavior of a user's account, custom fields are used for display purposes only. Clients should display custom fields in a confined area of the user's profile, and not make assumptions about their meaning.
While protocol-level fields like `lud16` and `picture` can influence the behavior of a user's account, custom fields are used for display purposes only. Clients should display custom fields in a confined area of the user's profile, and not make assumptions about their meaning.
Custom fields should be displayed in the order they are defined by the user, and entries may be duplicated. The name and value can be any string, although clients may truncate or ellipsize long values, and may limit the total number of fields displayed.