Skip to content

Commit

Permalink
Update ChatManager.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Apr 4, 2024
1 parent 58aced5 commit edb20b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Droidcon/Droidcon/Chat/ChatManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ChatManager {
}

private func joinDefaultChannels(id: String) {
log.error("Joining the General Channel")
log.debug("Joining the General Channel")

// TODO: Make the Auto-Join Channel(s) configurable
let controller = chatClient.channelController(for: .init(type: .messaging, id: "general"))
Expand Down

0 comments on commit edb20b0

Please sign in to comment.