davidstump / SwiftPhoenixClient

Connect your Phoenix and iOS applications through WebSockets!
MIT License
511 stars 147 forks source link

Update Presence.swift #187

Closed richard-ash closed 3 years ago

richard-ash commented 3 years ago

Updates Presence.Options to have an explicit public init. As structs only automatically generate internal init this will enable one to customize the options for Presence.

dsrees commented 3 years ago

This is available in 2.1.0

richard-ash commented 3 years ago

Thanks @dsrees!