From b5ea1e011ee27901fd82a0f1cf890d2fbe8ad2e5 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Tue, 4 Jul 2023 11:50:28 -0700 Subject: [PATCH] Revert "profile: make profile loading more lightweight for now" Changelog-Fixed: Load more content on profile view --- damus/Models/ProfileModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Models/ProfileModel.swift b/damus/Models/ProfileModel.swift index dc1a070f..f4d267d2 100644 --- a/damus/Models/ProfileModel.swift +++ b/damus/Models/ProfileModel.swift @@ -76,7 +76,7 @@ class ProfileModel: ObservableObject, Equatable { profile_filter.authors = [pubkey] text_filter.authors = [pubkey] - text_filter.limit = 50 + text_filter.limit = 500 print("subscribing to profile \(pubkey) with sub_id \(sub_id)") print_filters(relay_id: "profile", filters: [[text_filter], [profile_filter]])