From 2a5f8595d0cbf448bd16980435e0028da53dd299 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sat, 4 Feb 2023 10:41:58 -0500 Subject: [PATCH] Increasing Notification stack to 200 --- .../vitorpamplona/amethyst/service/NostrAccountDataSource.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/vitorpamplona/amethyst/service/NostrAccountDataSource.kt b/app/src/main/java/com/vitorpamplona/amethyst/service/NostrAccountDataSource.kt index 41bb78d7b..9f5c08c42 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/service/NostrAccountDataSource.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/service/NostrAccountDataSource.kt @@ -31,7 +31,7 @@ object NostrAccountDataSource: NostrDataSource("AccountData") { fun createNotificationFilter() = JsonFilter( tags = mapOf("p" to listOf(account.userProfile().pubkeyHex)), - limit = 100 + limit = 200 ) val accountChannel = requestNewChannel()