profile: make profile loading more lightweight for now

This commit is contained in:
William Casarin
2023-06-27 05:31:22 +02:00
parent 7d80985b06
commit 959f208e36

View File

@@ -76,7 +76,7 @@ class ProfileModel: ObservableObject, Equatable {
profile_filter.authors = [pubkey]
text_filter.authors = [pubkey]
text_filter.limit = 500
text_filter.limit = 50
print("subscribing to profile \(pubkey) with sub_id \(sub_id)")
print_filters(relay_id: "profile", filters: [[text_filter], [profile_filter]])