pfps: load profile pics in the background
So we don't get annoying popping artifacts when scrolling Changelog-Fixed: Profile pics are now loaded in the background Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -79,7 +79,7 @@ class FollowersModel: ObservableObject {
|
||||
if ev.known_kind == .contacts {
|
||||
handle_contact_event(ev)
|
||||
} else if ev.known_kind == .metadata {
|
||||
process_metadata_event(profiles: self.damus_state.profiles, ev: ev)
|
||||
process_metadata_event(image_cache: damus_state.image_cache, profiles: damus_state.profiles, ev: ev)
|
||||
}
|
||||
|
||||
case .notice(let msg):
|
||||
|
||||
Reference in New Issue
Block a user