Saves DMs and All Relays on the relay list

This commit is contained in:
Vitor Pamplona
2024-05-28 19:11:23 -04:00
parent 2d4db9fea8
commit f8dfc06a06
@@ -89,6 +89,7 @@ fun AllRelayListView(
SaveButton( SaveButton(
onPost = { onPost = {
kind3ViewModel.create() kind3ViewModel.create()
dmViewModel.create()
onClose() onClose()
}, },
true, true,