mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 17:52:29 +01:00
Bugfix on updating ln address
This commit is contained in:
parent
ebe9690f1b
commit
68bb6b3479
@ -56,7 +56,7 @@ class NewUserMetadataViewModel: ViewModel() {
|
||||
currentJson.put("website", website.value)
|
||||
currentJson.put("about", about.value)
|
||||
currentJson.put("nip05", nip05.value)
|
||||
currentJson.put("lud06", lnAddress.value)
|
||||
currentJson.put("lud16", lnAddress.value)
|
||||
|
||||
val writer = StringWriter()
|
||||
ObjectMapper().writeValue(writer, currentJson)
|
||||
|
Loading…
x
Reference in New Issue
Block a user