Skip to content

Commit cff3751

Browse files
committed
Added the rest of the presence tests
Skipped CHA-PR9 due to actual code is commented in the SDK (#133)
1 parent de29c26 commit cff3751

File tree

4 files changed

+321
-58
lines changed

4 files changed

+321
-58
lines changed

Sources/AblyChat/RoomFeature.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ internal protocol FeatureChannel: Sendable, EmitsDiscontinuities {
6363

6464
internal struct DefaultFeatureChannel: FeatureChannel {
6565
internal var channel: RealtimeChannelProtocol
66-
internal var contributor: DefaultRoomLifecycleContributor
66+
internal var contributor: any RoomLifecycleContributor & EmitsDiscontinuities
6767
internal var roomLifecycleManager: RoomLifecycleManager
6868

6969
internal func onDiscontinuity(bufferingPolicy: BufferingPolicy) async -> Subscription<DiscontinuityEvent> {

0 commit comments

Comments
 (0)