Skip to content

Commit

Permalink
always subscribe to alpha updates
Browse files Browse the repository at this point in the history
Later (soon!) we can have an option to turn that off.
  • Loading branch information
yshavit committed Jan 19, 2022
1 parent 85acc34 commit bd21634
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions whatdid/main/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ private class UpdaterDelegate: NSObject, SPUUpdaterDelegate {
return false
}
}

func allowedChannels(for updater: SPUUpdater) -> Set<String> {
return Set(["alpha"])
}
}

extension Notification.Name {
Expand Down

0 comments on commit bd21634

Please sign in to comment.