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

Changelog-Fixed: Load more content on profile view
This commit is contained in:
William Casarin
2023-07-04 11:50:28 -07:00
parent a04a401292
commit b5ea1e011e

View File

@@ -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]])