mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-13 00:52:01 -04:00
groupware: fix sorting emails in reverse order
This commit is contained in:
@@ -2149,7 +2149,7 @@ type EmailComparator struct {
|
||||
// Optional; default value: true.
|
||||
//
|
||||
// If false, reverse the comparator’s results to sort in descending order.
|
||||
IsAscending bool `json:"isAscending,omitempty"`
|
||||
IsAscending bool `json:"isAscending"`
|
||||
|
||||
// The identifier, as registered in the collation registry defined in
|
||||
// [RFC4790](https://www.rfc-editor.org/rfc/rfc4790.html), for the algorithm
|
||||
|
||||
Reference in New Issue
Block a user