diff --git a/app/src/main/java/com/vitorpamplona/amethyst/service/notifications/EventNotificationConsumer.kt b/app/src/main/java/com/vitorpamplona/amethyst/service/notifications/EventNotificationConsumer.kt index 0d7fcd26f..fd06198ae 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/service/notifications/EventNotificationConsumer.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/service/notifications/EventNotificationConsumer.kt @@ -75,7 +75,7 @@ class EventNotificationConsumer(private val applicationContext: Context) { } val zappedContent = - noteZapped?.let { it1 -> acc.decryptContent(it1)?.split("\n")?.get(0)?.take(50) } + noteZapped?.let { it1 -> acc.decryptContent(it1)?.split("\n")?.get(0) } val user = senderInfo?.first?.toBestDisplayName() ?: "" var title = applicationContext.getString(R.string.app_notification_zaps_channel_message, amount)