mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-19 13:51:01 +02:00
Increasing Notification stack to 200
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user