mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-12-11 05:46:25 +08:00
Fixed missing sort
This commit is contained in:
parent
c5e264574b
commit
cf63133d37
1 changed files with 1 additions and 0 deletions
|
|
@ -1994,6 +1994,7 @@ impl ManageDirectory for Store {
|
|||
}
|
||||
|
||||
if update_principal {
|
||||
principal.sort();
|
||||
build_search_index(
|
||||
&mut batch,
|
||||
principal_id,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue