Increasing Notification stack to 200

This commit is contained in:
Vitor Pamplona 2023-02-04 10:41:58 -05:00
parent 6c27fe0828
commit 2a5f8595d0

View File

@ -31,7 +31,7 @@ object NostrAccountDataSource: NostrDataSource<Note>("AccountData") {
fun createNotificationFilter() = JsonFilter(
tags = mapOf("p" to listOf(account.userProfile().pubkeyHex)),
limit = 100
limit = 200
)
val accountChannel = requestNewChannel()