mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Expose changed_at
time through the API
No issue This is already stored and updated in the DB to render the History page but is currently not exposed through the API
This commit is contained in:
parent
b4cdef6875
commit
77dc6aaf27
3 changed files with 5 additions and 0 deletions
|
@ -189,6 +189,7 @@ type Entry struct {
|
|||
URL string `json:"url"`
|
||||
Date time.Time `json:"published_at"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
ChangedAt time.Time `json:"changed_at"`
|
||||
Content string `json:"content"`
|
||||
Author string `json:"author"`
|
||||
ShareCode string `json:"share_code"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue