We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bed297 commit fb914a1Copy full SHA for fb914a1
Sources/AblyChat/DefaultTyping.swift
@@ -56,7 +56,7 @@ internal final class DefaultTyping: Typing {
56
callback(
57
TypingSetEvent(
58
type: .setChanged,
59
- currentlyTyping: self.typingTimerManager.currentlyTypingClientIDs(),
+ currentlyTyping: typingTimerManager.currentlyTypingClientIDs(),
60
change: .init(clientId: messageClientID, type: .stopped)
61
)
62
0 commit comments