Skip to content

Commit

Permalink
use the alternative summary provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Feb 24, 2025
1 parent a01c519 commit fbdf72c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class JoinRoomScreenViewModel: JoinRoomScreenViewModelType, JoinRoomScreenViewMo
roomInfo = invitedRoomProxy.info
case .knocked(let knockedRoomProxy):
roomInfo = knockedRoomProxy.info
if let roomSummaryProvider = clientProxy.roomSummaryProvider {
if let roomSummaryProvider = clientProxy.alternateRoomSummaryProvider {
membershipStateChangeCancellable = roomSummaryProvider.roomListPublisher
.compactMap { summaries -> Void? in
guard let roomSummary = summaries.first(where: { $0.id == roomInfo?.id }),
Expand Down

0 comments on commit fbdf72c

Please sign in to comment.