mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing how flat feeds are generated.
This commit is contained in:
parent
e791eef6d4
commit
0ef7ad3796
1 changed files with 0 additions and 2 deletions
|
@ -190,8 +190,6 @@ def load_feed_favicons(request):
|
|||
|
||||
return feed_icons
|
||||
|
||||
@ajax_login_required
|
||||
@json.json_view
|
||||
def load_feeds_flat(request):
|
||||
user = get_user(request)
|
||||
feeds = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue