Skip to content

1.3.13-core

Choose a tag to compare

@buh buh released this 11 Oct 12:19

Added

  • BaseURL with a custom URL more flexible: BaseURL(customURL: URL(string: "chat-server.com")!)
  • A convenience Channel init for a 1-by-1 chat:
public convenience init(type: ChannelType, with member: Member, extraData: Codable? = nil)