Skip to content

Commit e374612

Browse files
cristianscheidbackportbot[bot]
authored andcommitted
feat(recent-search): allow ordering by nc:last_activity when capability is true
feat(recent-search): allow ordering by nc:last_activity when capability is true Signed-off-by: Cristian Scheid <cristianscheid@gmail.com> [skip ci]
1 parent 683a4ee commit e374612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/dav/davProperties.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export const getRecentSearch = function(lastModified: number, limit: number = 10
191191
<d:orderby>
192192
<d:order>
193193
<d:prop>
194-
<d:getlastmodified/>
194+
${orderByProp}
195195
</d:prop>
196196
<d:descending/>
197197
</d:order>

0 commit comments

Comments
 (0)