Skip to content

Commit

Permalink
Refix
Browse files Browse the repository at this point in the history
  • Loading branch information
hughns committed Apr 30, 2024
1 parent 94dcff7 commit 5bd9dbb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ElementX/Sources/Services/Client/ClientProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -817,10 +817,7 @@ class ClientProxy: ClientProxyProtocol {
do {
let roomListItem = try roomListService?.room(roomId: identifier)
if roomListItem?.isTimelineInitialized() == false {
Task {
@MainActor in
try? await roomListItem?.initTimeline(eventTypeFilter: eventFilters, internalIdPrefix: nil)
}
try await roomListItem?.initTimeline(eventTypeFilter: eventFilters, internalIdPrefix: nil)
}
let fullRoom = try await roomListItem?.fullRoom()

Expand Down

0 comments on commit 5bd9dbb

Please sign in to comment.