mirror of https://github.com/readrops/Readrops.git
Fix new articles sql request in TimelineTab
This commit is contained in:
parent
4803624b33
commit
cd18ea3594
|
@ -94,7 +94,7 @@ object ItemsQueryBuilder {
|
|||
}
|
||||
}
|
||||
|
||||
MainFilter.NEW -> append("DateTime(Round(pub_date / 1000), 'unixepoch') Between DateTime(DateTime(\"now\"), \"-24 hour\") And DateTime(\"now\") ")
|
||||
MainFilter.NEW -> append("And DateTime(Round(pub_date / 1000), 'unixepoch') Between DateTime(DateTime(\"now\"), \"-24 hour\") And DateTime(\"now\") ")
|
||||
else -> {}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue