fix draft delete not working

pull/749/head
greenart7c3 2024-03-20 09:31:31 -03:00
rodzic 5910ef199f
commit bc180ae210
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -280,6 +280,7 @@ object NostrAccountDataSource : NostrDataSource("AccountData") {
val note = LocalCache.getNoteIfExists(event.id)
if (note != null && relay.brief in note.relays) return
LocalCache.justConsume(event, relay)
event.plainContent(account.signer) {
val tag =
event.tags().filter { it.size > 1 && it[0] == "d" }.map {