Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/Realtime/Channel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public class Channel {
/// - parameter topic: Topic of the Channel
/// - parameter options: Optional. Options to configure channel broadcast and presence
/// - parameter socket: Socket that the channel is a part of
public convenience init(topic: ChannelTopic, options: ChannelOptions = ChannelOptions(), socket: RealtimeClient) {
convenience init(topic: ChannelTopic, options: ChannelOptions = ChannelOptions(), socket: RealtimeClient) {
let params = [
"config": [
"presence": [
Expand Down