Fixes #3110 - Manually populate profiles when displaying the timeline.
This commit is contained in:
committed by
Stefan Ceriu
parent
de659abed0
commit
143b560454
@@ -62,6 +62,10 @@ final class TimelineProxy: TimelineProxyProtocol {
|
||||
await provider.waitForInitialItems()
|
||||
|
||||
innerTimelineProvider = provider
|
||||
|
||||
Task {
|
||||
await timeline.fetchMembers()
|
||||
}
|
||||
}
|
||||
|
||||
func fetchDetails(for eventID: String) {
|
||||
|
||||
Reference in New Issue
Block a user