mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Use last comment's time for pagination
This commit is contained in:
parent
29386eccf9
commit
67a36a2cca
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
' <oc:limit>' + this._limit + '</oc:limit>\n';
|
||||
|
||||
if (this.length > 0) {
|
||||
body += ' <oc:datetime>' + this.first().get('creationDateTime') + '</oc:datetime>\n';
|
||||
body += ' <oc:datetime>' + this.last().get('creationDateTime') + '</oc:datetime>\n';
|
||||
}
|
||||
|
||||
body += '</D:report>\n';
|
||||
|
|
|
|||
Loading…
Reference in a new issue