mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-30 23:04:28 +02:00
Increasing Notification stack to 200
This commit is contained in:
@@ -31,7 +31,7 @@ object NostrAccountDataSource: NostrDataSource<Note>("AccountData") {
|
|||||||
|
|
||||||
fun createNotificationFilter() = JsonFilter(
|
fun createNotificationFilter() = JsonFilter(
|
||||||
tags = mapOf("p" to listOf(account.userProfile().pubkeyHex)),
|
tags = mapOf("p" to listOf(account.userProfile().pubkeyHex)),
|
||||||
limit = 100
|
limit = 200
|
||||||
)
|
)
|
||||||
|
|
||||||
val accountChannel = requestNewChannel()
|
val accountChannel = requestNewChannel()
|
||||||
|
Reference in New Issue
Block a user