Skip to content

Commit

Permalink
enable message pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Sep 23, 2024
1 parent da6487e commit 97725ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElementX/Sources/Application/AppSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ final class AppSettings {
@UserPreference(key: UserDefaultsKeys.fuzzyRoomListSearchEnabled, defaultValue: false, storageType: .userDefaults(store))
var fuzzyRoomListSearchEnabled

@UserPreference(key: UserDefaultsKeys.pinningEnabled, defaultValue: false, storageType: .userDefaults(store))
@UserPreference(key: UserDefaultsKeys.pinningEnabled, defaultValue: true, storageType: .userDefaults(store))
var pinningEnabled

enum SlidingSyncDiscovery: Codable { case proxy, native, forceNative }
Expand Down

0 comments on commit 97725ef

Please sign in to comment.