Profile Picture Upload
Changelog-Added: Profile Picture Upload Closes: #849
This commit is contained in:
committed by
William Casarin
parent
b63159a29f
commit
c9c51c6d4a
@@ -21,5 +21,5 @@ struct NostrMetadata: Codable {
|
||||
}
|
||||
|
||||
func create_account_to_metadata(_ model: CreateAccountModel) -> NostrMetadata {
|
||||
return NostrMetadata(display_name: model.real_name, name: model.nick_name, about: model.about, website: nil, nip05: nil, picture: nil, banner: nil, lud06: nil, lud16: nil)
|
||||
return NostrMetadata(display_name: model.real_name, name: model.nick_name, about: model.about, website: nil, nip05: nil, picture: model.profile_image, banner: nil, lud06: nil, lud16: nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user