tinytinyrss-fever-plugin icon indicating copy to clipboard operation
tinytinyrss-fever-plugin copied to clipboard

Bug: last_refreshed_on_time must be int by fever api spec

Open subvillion opened this issue 6 years ago • 0 comments

{
  "api_version": 3,
  "auth": 1,
  "total_items": 33725,
  "items": [],
  "last_refreshed_on_time": "1565084077"
}

last_refreshed_on_time contains the time of the most recently refreshed (not updated) feed (Unix timestamp/integer)

subvillion avatar Aug 06 '19 09:08 subvillion