mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-31 22:20:12 +00:00
Turning off upgrade message in iOS.
This commit is contained in:
parent
7e0e54803f
commit
1e4f4fb19b
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,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