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 3757574 commit fc555eeCopy full SHA for fc555ee
Sources/PusherConnection.swift
@@ -123,7 +123,8 @@ public typealias PusherEventJSON = [String: AnyObject]
123
channelName: String,
124
auth: PusherAuth? = nil,
125
onMemberAdded: ((PusherPresenceChannelMember) -> ())? = nil,
126
- onMemberRemoved: ((PusherPresenceChannelMember) -> ())? = nil) -> PusherChannel {
+ onMemberRemoved: ((PusherPresenceChannelMember) -> ())? = nil
127
+ ) -> PusherChannel {
128
let newChannel = channels.add(
129
name: channelName,
130
connection: self,
0 commit comments