Fixes the loading of old labeled bookmarks

This commit is contained in:
Vitor Pamplona
2026-03-30 22:03:51 -04:00
parent 8e4ee7a618
commit c5edcab051
2 changed files with 6 additions and 1 deletions
@@ -92,7 +92,10 @@ class LabeledBookmarkListEvent(
const val ALT = "A labeled list of bookmarks"
@OptIn(ExperimentalUuidApi::class)
fun createBookmarkAddress(pubKey: HexKey) = Address(KIND, pubKey, Uuid.random().toString())
fun createAddress(
pubKey: HexKey,
dTag: String,
) = Address(KIND, pubKey, dTag)
suspend fun create(
title: String = "",