mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-10-11 10:03:35 +02:00
deprecate "image" in nip89, use picture instead
This commit is contained in:
@@ -379,7 +379,7 @@ async def update_profile(dvm_config, client, lud16=""):
|
||||
nip89content = json.loads(dvm_config.NIP89.CONTENT)
|
||||
name = nip89content.get("name")
|
||||
about = nip89content.get("about")
|
||||
image = nip89content.get("image")
|
||||
image = nip89content.get("picture")
|
||||
|
||||
# Set metadata
|
||||
metadata = Metadata() \
|
||||
|
Reference in New Issue
Block a user