Skip to content

Commit e99d6c5

Browse files
committed
Make global chat by default on
1 parent 29dd477 commit e99d6c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/Preferences/Keys.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public struct UserDefaultPreferenceKeys {
104104
// MARK: - Use Global Chat
105105

106106
public struct UseGlobalChat: UserDefaultPreferenceKey {
107-
public let defaultValue = false
107+
public let defaultValue = true
108108
public let key = "UseGlobalChat"
109109
}
110110

0 commit comments

Comments
 (0)