diff --git a/damus/Models/HomeModel.swift b/damus/Models/HomeModel.swift index ddcee25b..ee897ea5 100644 --- a/damus/Models/HomeModel.swift +++ b/damus/Models/HomeModel.swift @@ -391,7 +391,7 @@ class HomeModel: ObservableObject { NostrKind.zap.rawValue, ]) notifications_filter.pubkeys = [damus_state.pubkey] - notifications_filter.limit = 100 + notifications_filter.limit = 500 var home_filters = [home_filter] var notifications_filters = [notifications_filter]