Rev949, Newsfeed allows items 2min from future, Switch sidebar content.json list to input for faster opening, Promise based sidebar rendering to make it more reliable on slow connections, RateLimit sidebar globe updating, Some PEP8 formatting
This commit is contained in:
parent
bfdccb809c
commit
2901f1e1ba
7 changed files with 77 additions and 27 deletions
|
@ -35,7 +35,7 @@ class UiWebsocketPlugin(object):
|
|||
continue
|
||||
for row in res:
|
||||
row = dict(row)
|
||||
if row["date_added"] > time.time() + 60:
|
||||
if row["date_added"] > time.time() + 120:
|
||||
continue # Feed item is in the future, skip it
|
||||
row["site"] = address
|
||||
row["feed_name"] = name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue