damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit b5ea1e011ee27901fd82a0f1cf890d2fbe8ad2e5
parent a04a4012929a986697b9f43a0bfb086e7f339e7f
Author: William Casarin <jb55@jb55.com>
Date:   Tue,  4 Jul 2023 11:50:28 -0700

Revert "profile: make profile loading more lightweight for now"

Changelog-Fixed: Load more content on profile view

Diffstat:
Mdamus/Models/ProfileModel.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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]])