Bump notification limit from 100 to 500

Changelog-Changed: Bump notification limit from 100 to 500
This commit is contained in:
William Casarin
2023-03-15 15:41:11 -06:00
parent ef3ef03b7f
commit 07a20040a4

View File

@@ -391,7 +391,7 @@ class HomeModel: ObservableObject {
NostrKind.zap.rawValue, NostrKind.zap.rawValue,
]) ])
notifications_filter.pubkeys = [damus_state.pubkey] notifications_filter.pubkeys = [damus_state.pubkey]
notifications_filter.limit = 100 notifications_filter.limit = 500
var home_filters = [home_filter] var home_filters = [home_filter]
var notifications_filters = [notifications_filter] var notifications_filters = [notifications_filter]