Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
  • Loading branch information
Velin92 and pixlwave committed Jul 27, 2023
1 parent 3152667 commit b6b9268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ElementX/Sources/Application/AppSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ final class AppSettings {
@UserPreference(key: UserDefaultsKeys.pusherProfileTag, storageType: .userDefaults(store))
var pusherProfileTag: String?

/// Alows notifications to he filtered based on the push context of the room
/// Allows notifications to be filtered based on the push context of the room
@UserPreference(key: SharedUserDefaultsKeys.filterNotificationsByPushRulesEnabled, defaultValue: false, storageType: .userDefaults(store))
var filterNotificationsByPushRulesEnabled

Expand Down
2 changes: 1 addition & 1 deletion NSE/Sources/Other/NSESettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ final class NSESettings {
/// UserDefaults to be used on reads and writes.
private static var store: UserDefaults! = UserDefaults(suiteName: suiteName)

/// Alows notifications to he filtered based on the push context of the room
/// Allows notifications to be filtered based on the push context of the room
@UserPreference(key: SharedUserDefaultsKeys.filterNotificationsByPushRulesEnabled, defaultValue: false, storageType: .userDefaults(store))
var filterNotificationsByPushRulesEnabled
}

0 comments on commit b6b9268

Please sign in to comment.