Fixes #3110 - Manually populate profiles when displaying the timeline.

This commit is contained in:
Stefan Ceriu
2024-08-29 15:14:42 +03:00
committed by Stefan Ceriu
parent de659abed0
commit 143b560454

View File

@@ -62,6 +62,10 @@ final class TimelineProxy: TimelineProxyProtocol {
await provider.waitForInitialItems()
innerTimelineProvider = provider
Task {
await timeline.fetchMembers()
}
}
func fetchDetails(for eventID: String) {