diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/model/Account.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/model/Account.kt index b30507788..ea6b17f93 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/model/Account.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/model/Account.kt @@ -2460,7 +2460,9 @@ class Account( } storedMessages.forEach { json -> try { - val innerEvent = com.vitorpamplona.quartz.nip01Core.core.Event.fromJson(json) + val innerEvent = + com.vitorpamplona.quartz.nip01Core.core.Event + .fromJson(json) val isNew = cache.justConsume(innerEvent, null, false) val innerNote = cache.getOrCreateNote(innerEvent.id) if (isNew) {