Merge branch 'master' into exp-backoff

This commit is contained in:
Bryan Montz
2023-02-27 06:23:38 -06:00
127 changed files with 3337 additions and 849 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ class EventsModel: ObservableObject {
case .notice(_):
break
case .eose(_):
load_profiles(profiles_subid: profiles_id, relay_id: relay_id, events: events, damus_state: state)
load_profiles(profiles_subid: profiles_id, relay_id: relay_id, load: .from_events(events), damus_state: state)
}
}
}