kopia lustrzana https://github.com/vitorpamplona/amethyst
Merge pull request #651 from greenart7c3/test
fix crash when sending giftwraps with amberpull/653/head
commit
37d4efd7ba
|
@ -1721,7 +1721,8 @@ class Account(
|
|||
LocalCache.consume(it, null)
|
||||
}
|
||||
|
||||
val mineNote = LocalCache.getNoteIfExists(mine.first().id)
|
||||
val id = mine.firstOrNull()?.id
|
||||
val mineNote = if (id == null) null else LocalCache.getNoteIfExists(id)
|
||||
|
||||
signedEvents.wraps.forEach {
|
||||
// Creates an alias
|
||||
|
|
Ładowanie…
Reference in New Issue