mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-08 20:08:06 +02:00
Increasing Notification stack to 200
This commit is contained in:
parent
6c27fe0828
commit
2a5f8595d0
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user