mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Turning off upgrade message in iOS.
This commit is contained in:
parent
8dd55f7532
commit
b5d1d74bac
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ def load_feeds_flat(request):
|
|||
|
||||
feeds = {}
|
||||
flat_folders = {" ": []}
|
||||
iphone_version = "3.0"
|
||||
iphone_version = "2.1"
|
||||
|
||||
if include_favicons == 'false': include_favicons = False
|
||||
if update_counts == 'false': update_counts = False
|
||||
|
|
Loading…
Add table
Reference in a new issue