- Randomize "trending subreddits" list so it doesn't show iOS, Clock, Time, IfYouDontMind all the time - thanks @iCrazeiOS!
- Context: There isn't an official Reddit API to get the currently trending subreddits. Apollo has a hardcoded mapping of dates to trending subreddits in this file called
trending-subreddits.plist
that is bundled inside the .ipa. The last date entry is2023-9-9
, which is why Apollo has been falling back to the default iOS, Clock, Time, IfYouDontMind subreddits lately.
- Context: There isn't an official Reddit API to get the currently trending subreddits. Apollo has a hardcoded mapping of dates to trending subreddits in this file called